-
Notifications
You must be signed in to change notification settings - Fork 7
/
style.css
79 lines (73 loc) · 1.54 KB
/
style.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
@import url(//db.onlinewebfonts.com/c/4f6fb2fa3c231278167b36e966718cbb?family=Uni+Sans+Heavy);
footer{
position: relative;
background-color: black;
color: white;
width: fit-content;
padding: 1rem 0 2rem;
margin-top: 1rem;
overflow: hidden;
}
footer img{
height: 3rem;
margin: 1.5rem 0;
}
footer a{
color: white;
}
footer a .disc{
color: white;
}
footer svg.svg-inline--fa{
font-size: 1.6rem;
margin: 1.2rem .5rem 0 0;
}
footer .svg-inline--fa:hover{
color: #03a9f4 !important;
}
.btn-secondary {
font-family: 'Uni Sans Heavy';
border-width: medium;
border-radius: 0;
padding: .4rem 0.7rem;
font-size: 1.3rem;
text-transform: uppercase;
margin: 1rem;
border-color: #2C2F33;
background-color: #2C2F33;
color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
border-color: #03a9f4;
background-color:#03a9f4 ;
color: white;
}
.quarter {
position: absolute;
height: 250px;
width: 250px;
background-color: #FFA3A3;
border-radius: 50%;
right: -125px;
bottom: -125px;
z-index: 0;
}
.circle {
position: absolute;
height: 100px;
width: 100px;
background-color: #84C4FF;
border-radius: 50%;
right: 30px;
bottom: 30px;
z-index: 1;
mix-blend-mode: multiply
}
.random {
height: 80%;
width: 100%;
background-color: black;
padding: 80% 0 0 0;
color: white
}