-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
101 lines (101 loc) · 1.74 KB
/
styles.css
File metadata and controls
101 lines (101 loc) · 1.74 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
html, body{
width: 100%;
height: 100%;
margin: 0;
}
.rules{
background-image: url('./rules.png');
background-size: cover;
}
.head{
background-image: url('./hackcade.png');
width: 100%;
height: 100%;
background-size: cover;
}
.arcade{
background-image: url('./arcade.png');
width: 100%;
height: 100%;
background-size: cover;
}
.headtext{
font-family: 'Limelight', cursive;
color: #fff;
padding: 50px;
margin: 0;
text-align: center;
font-size: 50px;
}
.headtext1{
font-family: 'Limelight', cursive;
color: #fff;
padding: 10px;
margin: 0;
text-align: center;
font-size: 40px;
}
.body{
color: #fff;
margin: 0;
text-align: center;
font-size: 20px;
}
.flex{
display: flex;
justify-content: space-between;
height: 100%;
margin: 2%;
text-align: center;
color: antiquewhite;
font-size: 25px;
}
.box4{
width: 100%;
background-color: rgba(250, 235, 215, 0.26);
height: 70%;
margin: 5px;
border-radius: 5%;
}
.box1{
width: 100%;
background-color: rgba(250, 235, 215, 0.26);
height: 70%;
margin: 5px;
border-radius: 5%;
}
.box2{
width: 100%;
background-color: rgba(250, 235, 215, 0.26);
height: 70%;
margin: 5px;
border-radius: 5%;
}
.box3{
width: 100%;
background-color: rgba(250, 235, 215, 0.26);
height: 70%;
margin: 5px;
border-radius: 5%;
}
.box{
width: 100%;
background-color: rgba(250, 235, 215, 0.26);
height: fit-content;
margin: 5px;
border-radius: 5%;
}
a {
width: 100%;
height: 100%;
margin: 5px;
color: antiquewhite;
}
a::after{
color: antiquewhite;
}
p{
font-size: 15px;
text-align: justify;
padding: 15px;
}