Skip to content

Commit 04e8b07

Browse files
author
ElaMoscicka
authored
added spacing
1 parent 0293376 commit 04e8b07

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Diff for: 21 - Geolocation/index-FINISHED.html

+9-8
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ <h1 class="speed">
1818
html {
1919
font-size: 100px;
2020
}
21+
2122
body {
2223
margin: 0;
2324
font-family: sans-serif;
24-
min-height:100vh;
25-
display:flex;
25+
min-height: 100vh;
26+
display: flex;
2627
justify-content: center;
2728
align-items: center;
2829
flex-direction: column;
@@ -31,24 +32,24 @@ <h1 class="speed">
3132
radial-gradient(black 15%, transparent 16%) 8px 8px,
3233
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
3334
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
34-
background-color:#282828;
35-
background-size:16px 16px;
35+
background-color: #282828;
36+
background-size: 16px 16px;
3637
background-attachment: fixed;
3738
}
3839

3940
.arrow {
40-
width:250px;
41+
width: 250px;
4142
overflow: hidden;
4243
transition: all 0.2s;
43-
transform:rotate(0deg);
44+
transform: rotate(0deg);
4445
display: inline-block;
4546
}
4647

4748
h1 {
48-
color:white;
49+
color: white;
4950
font-weight: 100;
5051
font-size: 60px;
51-
display:flex;
52+
display: flex;
5253
align-items: center;
5354
}
5455

0 commit comments

Comments
 (0)