-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
105 lines (102 loc) · 2.04 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400, 300, 600, 700);
.btn {
padding: 1em 2.1em 1.1em;
border-radius: 3px;
margin: 8px 8px 8px 8px;
color: #fbdedb;
background-color: #fbdedb;
display: inline-block;
background: #e74c3c;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
font-family: sans-serif;
font-weight: 800;
font-size: .85em;
text-transform: uppercase;
text-align: center;
text-decoration: none;
-webkit-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
box-shadow: 0em -0.3rem 0em rgba(0, 0, 0, 0.1) inset;
position: relative;
}
.btn:hover, .btn:focus {
opacity: 0.8;
}
.btn:active {
-webkit-transform: scale(0.80);
-moz-transform: scale(0.80);
-ms-transform: scale(0.80);
-o-transform: scale(0.80);
transform: scale(0.80);
}
.btn.block {
display: block !important;
}
.btn.circular {
border-radius: 50em !important;
}
/* Colours */
.red {
background-color: #d55050;
}
.teal {
background-color: #50d5a1;
}
.sky {
background-color: #6698cb;
}
.black {
background-color: #5c6166;
}
.gray {
color: black;
background-color: #d2d2d2;
}
.orange {
background-color: #e96633;
}
.pink {
background-color: #cb99c5;
}
.green {
background-color: #5bbd72;
}
.blue {
background-color: #7abedf;
}
.yellow {
background-color: #ecc92b;
}
.purple {
background-color: #564f8a;
}
h1 {
background-color: #FF80FF;
opacity: 90%;
}
h3 {
background-color: #FF80FF;
opacity: 90%;
}
h4 {
background-color: #FF80FF;
opacity: 90%;
}
marquee {
background-color: #FF80FF;
opacity: 90%;
}
body {
cursor: url("https://cdn.glitch.com/a8a0f0ad-f0e6-4956-aac7-c785020d0071%2FArmybomb.cur?v=1625050561005"),
auto;
}
[class*="col-"] {
width: 100%;
}
.responsive {
width: 100%;
height: auto;
}