Skip to content

Commit 9de578f

Browse files
author
ElaMoscicka
authored
added spacing
1 parent 2ad5c6d commit 9de578f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

02 - JS and CSS Clock/index-START.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@
1818

1919
<style>
2020
html {
21-
background:#018DED url(http://unsplash.it/1500/1000?image=881&blur=50);
22-
background-size:cover;
23-
font-family:'helvetica neue';
21+
background: #018DED url(http://unsplash.it/1500/1000?image=881&blur=50);
22+
background-size: cover;
23+
font-family: 'helvetica neue';
2424
text-align: center;
2525
font-size: 10px;
2626
}
2727

2828
body {
2929
margin: 0;
3030
font-size: 2rem;
31-
display:flex;
32-
flex:1;
31+
display: flex;
32+
flex: 1;
3333
min-height: 100vh;
3434
align-items: center;
3535
}
3636

3737
.clock {
3838
width: 30rem;
3939
height: 30rem;
40-
border:20px solid white;
41-
border-radius:50%;
42-
margin:50px auto;
40+
border: 20px solid white;
41+
border-radius: 50%;
42+
margin: 50px auto;
4343
position: relative;
44-
padding:2rem;
44+
padding: 2rem;
4545
box-shadow:
4646
0 0 0 4px rgba(0,0,0,0.1),
4747
inset 0 0 0 3px #EFEFEF,
@@ -57,11 +57,11 @@
5757
}
5858

5959
.hand {
60-
width:50%;
61-
height:6px;
62-
background:black;
60+
width: 50%;
61+
height: 6px;
62+
background: black;
6363
position: absolute;
64-
top:50%;
64+
top: 50%;
6565
}
6666

6767
</style>

0 commit comments

Comments
 (0)