Skip to content

Commit fa00974

Browse files
author
ElaMoscicka
authored
added spacing
1 parent 9061f8d commit fa00974

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

19 - Webcam Fun/style.css

+13-12
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ html {
88

99
html {
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); }

0 commit comments

Comments
 (0)