File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
4952 }
5053
5154 .plates label {
52- flex : 1 ;
55+ flex : 1 ;
5356 cursor : pointer;
54-
5557 }
5658
5759 .plates input {
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 }
You can’t perform that action at this time.
0 commit comments