Skip to content

Commit c0e0c26

Browse files
author
ElaMoscicka
authored
added spacing
1 parent 0fd10e0 commit c0e0c26

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

15 - LocalStorage/style.css

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11

22
html {
33
box-sizing: border-box;
4-
background:url('http://wes.io/hx9M/oh-la-la.jpg') center no-repeat;
5-
background-size:cover;
6-
min-height:100vh;
7-
display:flex;
4+
background: url('http://wes.io/hx9M/oh-la-la.jpg') center no-repeat;
5+
background-size: cover;
6+
min-height: 100vh;
7+
display: flex;
88
justify-content: center;
99
align-items: center;
1010
text-align: center;
11-
font-family: Futura,"Trebuchet MS",Arial,sans-serif
11+
font-family: Futura,"Trebuchet MS",Arial,sans-serif;
12+
}
13+
14+
*, *:before, *:after {
15+
box-sizing: inherit;
1216
}
13-
*, *:before, *:after {box-sizing: inherit; }
1417

1518
svg {
1619
fill:white;
1720
background: rgba(0,0,0,0.1);
1821
padding: 20px;
1922
border-radius: 50%;
20-
width:200px;
23+
width: 200px;
2124
margin-bottom: 50px;
2225
}
2326

@@ -49,9 +52,8 @@
4952
}
5053

5154
.plates label {
52-
flex:1;
55+
flex: 1;
5356
cursor: pointer;
54-
5557
}
5658

5759
.plates input {
@@ -72,7 +74,7 @@
7274
}
7375

7476
.add-items input {
75-
padding:10px;
76-
outline:0;
77-
border:1px solid rgba(0,0,0,0.1);
77+
padding: 10px;
78+
outline: 0;
79+
border: 1px solid rgba(0,0,0,0.1);
7880
}

0 commit comments

Comments
 (0)