-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
41 lines (37 loc) · 860 Bytes
/
index.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
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap');
@media screen and (max-width: 800px) {
#content {
display: grid;
grid-template-columns: 1fr !important;
grid-template-rows: 1fr 1fr 1fr 1fr;
gap: 0 0;
}
}
body {
background: #202020;
background: url('wallpaper.jpg');
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
color: #ffffff;
font-family: 'Lato', sans-serif;
text-align: center;
margin-top: 20vh;
position:relative;
}
#search {
align-content: center;
margin: 10px;
width: auto;
font-size: 50px;
vertical-align: center;
}
#pages {
align-content: center;
margin-left: 28%;
width: auto;
vertical-align: bottom;
bottom: 0;
position: absolute;
}