-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
79 lines (66 loc) · 1.16 KB
/
styles.css
File metadata and controls
79 lines (66 loc) · 1.16 KB
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
body {
margin: 0;
background-image: url('images/bg7.png');
/* background-repeat: no-repeat; */
/* background-attachment: fixed;
background-size: cover; */
}
.home{
margin: auto;
width: 90%;
text-align: center;
}
.subheading{
color: white;
font-family: "Press Start 2P", system-ui;
font-size: 3.5vh;
margin-bottom: 10vh;
}
.navMenu{
color: white;
font-family: "Press Start 2P", system-ui;
display: inline-block;
text-align: left;
line-height: 5vh;
font-size: 3vh;
}
h3{
color: white;
font-family: "Press Start 2P", system-ui;
font-size: 3.5vh;
}
h2{
color: white;
font-family: "Press Start 2P", system-ui;
font-size: 3vh;
}
.page0{
display: none;
}
.page1{
display: none;
}
.page2{
display: none;
}
.page3{
display: none;
}
.close{
width: 4vw;
}
.aboutWrapper{
display: grid;
grid-template-columns: repeat(5, 1fr);
}
p{
color: white;
font-family: "Press Start 2P", system-ui;
}
.textBubble{
margin-top: 5vh;
padding: 1vw 3vw 2vw 3vw;
border: 3px solid white;
border-radius: 1vw;
background-color: rgba(71, 71, 71, 0.8);
}