-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
56 lines (49 loc) · 938 Bytes
/
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
.title{
text-align: center;
color: whitesmoke;
font-family: 'Electrolize', sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body {
margin-top: 2.5%;
background-color: black;
height: 100%;
margin-bottom: 1%;
}
.canvas-container{
display: block;
margin-top: 2%;
display: flex;
justify-content: center;
}
.personal-div {
margin-top: 3%;
display: flex;
justify-content: center;
}
.personal-div a {
filter: invert(100%);
margin-left: 1%;
margin-right: 1%;
}
.personal-div a img {
width: 30px;
}
.personal-div a img:hover {
filter: hue-rotate(180deg);
}
.estherbaek {
font-family: 'Electrolize', sans-serif;
font-size: 14px;
display: flex;
justify-content: center;
color: whitesmoke;
margin: 0;
margin-top: 5px;
padding: 0;
}