-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
57 lines (56 loc) · 1018 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
57
body {
height: 100vh;
background-image: url("https://cdn.pixabay.com/photo/2020/12/25/04/51/polar-lights-5858656_1280.jpg");
background-size: cover;
background-repeat: no-repeat;
background-color: rgb(103, 103, 103);
}
h1 {
margin: auto;
color: white;
font-size: 90px;
text-align: center;
}
h2 {
margin: auto;
color: black;
text-align: center;
}
h3 {
margin: auto;
text-align: center;
color: black;
}
div {
text-align: center;
width: 300px;
border: 3px solid rgb(181, 181, 181);
padding: 50px;
margin: 20px;
background-color: rgb(255, 255, 255);
}
p {
margin: 20px;
text-align: center;
color: rgb(223, 223, 223);
}
a {
text-align: center;
color: black;
width: 30%;
border: 2px solid rgb(181, 181, 181);
padding: 10px;
margin: 20px;
background-color: rgb(255, 255, 255);
}
.center {
margin: auto;
width: 50%;
}
.p1 {
font-family: "Verdana", Verdana, Geneva, Tahoma, sans-serif;
}
#eqi-container {
display: flex;
justify-content: space-between;
}