File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 8
8
9
9
html {
10
10
font-size : 10px ;
11
- background : # ffc600 ;
11
+ background : # ffc600 ;
12
12
}
13
13
14
14
.photobooth {
15
- background : white;
16
- max-width : 150rem ;
15
+ background : white;
16
+ max-width : 150rem ;
17
17
margin : 2rem auto;
18
- border-radius : 2px ;
18
+ border-radius : 2px ;
19
19
}
20
20
21
21
/*clearfix*/
@@ -26,13 +26,13 @@ html {
26
26
}
27
27
28
28
.photo {
29
- width : 100% ;
30
- float : left;
29
+ width : 100% ;
30
+ float : left;
31
31
}
32
32
33
33
.player {
34
34
position : absolute;
35
- top : 20px ;
35
+ top : 20px ;
36
36
right : 20px ;
37
37
width : 200px ;
38
38
}
@@ -42,14 +42,15 @@ html {
42
42
*/
43
43
44
44
.strip {
45
- padding : 2rem ;
45
+ padding : 2rem ;
46
46
}
47
+
47
48
.strip img {
48
- width : 100px ;
49
+ width : 100px ;
49
50
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;
53
54
}
54
55
55
56
.strip a : nth-child (5n+1) img { transform : rotate (10deg ); }
You can’t perform that action at this time.
0 commit comments