File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 11html {
22 font-size : 10px ;
3- background : url (http://i.imgur.com/b9r5sEL.jpg) bottom center;
3+ background : url (http://i.imgur.com/b9r5sEL.jpg) bottom center;
44 background-size : cover;
55}
66body , html {
@@ -10,41 +10,41 @@ body,html {
1010}
1111
1212.keys {
13- display : flex;
14- flex : 1 ;
15- min-height : 100vh ;
13+ display : flex;
14+ flex : 1 ;
15+ min-height : 100vh ;
1616 align-items : center;
1717 justify-content : center;
1818}
1919
2020.key {
21- border : 4 px solid black;
22- border-radius : 5 px ;
23- margin : 1rem ;
21+ border : .4 rem solid black;
22+ border-radius : .5 rem ;
23+ margin : 1rem ;
2424 font-size : 1.5rem ;
25- padding : 1rem .5rem ;
26- transition : all .07s ;
27- width : 100 px ;
25+ padding : 1rem .5rem ;
26+ transition : all .07s ease ;
27+ width : 10 rem ;
2828 text-align : center;
29- color : white;
30- background : rgba (0 , 0 , 0 , 0.4 );
31- text-shadow : 0 0 5 px black;
29+ color : white;
30+ background : rgba (0 , 0 , 0 , 0.4 );
31+ text-shadow : 0 0 .5 rem black;
3232}
3333
3434.playing {
35- transform : scale (1.1 );
36- border-color : # ffc600 ;
37- box-shadow : 0 0 10 px # ffc600 ;
35+ transform : scale (1.1 );
36+ border-color : # ffc600 ;
37+ box-shadow : 0 0 1 rem # ffc600 ;
3838}
3939
4040kbd {
4141 display : block;
42- font-size : 40 px ;
42+ font-size : 4 rem ;
4343}
4444
4545.sound {
4646 font-size : 1.2rem ;
4747 text-transform : uppercase;
48- letter-spacing : 1 px ;
49- color : # ffc600 ;
48+ letter-spacing : .1 rem ;
49+ color : # ffc600 ;
5050}
You can’t perform that action at this time.
0 commit comments