File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 88
99html {
1010 font-size : 10px ;
11- background : # ffc600 ;
11+ background : # ffc600 ;
1212}
1313
1414.photobooth {
15- background : white;
16- max-width : 150rem ;
15+ background : white;
16+ max-width : 150rem ;
1717 margin : 2rem auto;
18- border-radius : 2px ;
18+ border-radius : 2px ;
1919}
2020
2121/*clearfix*/
@@ -26,13 +26,13 @@ html {
2626}
2727
2828.photo {
29- width : 100% ;
30- float : left;
29+ width : 100% ;
30+ float : left;
3131}
3232
3333.player {
3434 position : absolute;
35- top : 20px ;
35+ top : 20px ;
3636 right : 20px ;
3737 width : 200px ;
3838}
@@ -42,14 +42,15 @@ html {
4242*/
4343
4444.strip {
45- padding : 2rem ;
45+ padding : 2rem ;
4646}
47+
4748.strip img {
48- width : 100px ;
49+ width : 100px ;
4950 overflow-x : scroll;
50- padding : 0.8rem 0.8rem 2.5rem 0.8rem ;
51- box-shadow : 0 0 3px rgba (0 , 0 , 0 , 0.2 );
52- background : white;
51+ padding : 0.8rem 0.8rem 2.5rem 0.8rem ;
52+ box-shadow : 0 0 3px rgba (0 , 0 , 0 , 0.2 );
53+ background : white;
5354}
5455
5556.strip a : nth-child (5n+1) img { transform : rotate (10deg ); }
You can’t perform that action at this time.
0 commit comments