-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (55 loc) · 969 Bytes
/
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
body {
text-align: left;
display: grid;
height: 100vh;
background-color: #c39c6c;
color: #6f4c3c;
margin: auto;
width: 50%;
margin-top: 5vh;
font-family: "p22-underground", sans-serif;
font-weight: 400;
font-style: normal;
}
footer {
position: relative;
bottom: 0;
left: 0;
right: 0;
text-align: center;
font-size: 12px;
}
.thoughts {
margin-bottom: 15vh;
}
.text {
color: #f3e3d3;
}
h1 {
margin-top: 10vh;
font-family: "p22-underground-sc", sans-serif;
font-weight: 600;
font-style: normal;
}
h2 {
margin-top: 2vh;
font-family: "p22-underground-pc", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 20px;
}
iframe {
width: 30vh;
height: 30vh;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
grid-template-rows: 40vh 40vh;
}
.mouse {
color: #685cd5;
}
.mouse:hover {
color: #ab57ac;
}