-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
46 lines (41 loc) · 861 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
@import url("https://use.typekit.net/cmr6dum.css");
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow-x: hidden;
}
body {
margin: 1rem;
min-height: 100vh;
overflow-x: hidden;
background-image: url("https://meilune.github.io/infinite-scroll/uploads/dots.jpg");
}
h1 {
padding-top: 1rem;
text-align: center;
font-family: bungee, sans-serif;
font-weight: 800;
font-style: normal;
background: white;
line-height: 48px;
padding: 1rem;
}
.loader {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.image-container {
display: block;
max-width: 800px;
margin: auto;
text-align: center;
}
.image-container img {
display: inline-block;
width: 100%;
margin: 0.5rem;
}
/*# sourceMappingURL=style.css.map */