Skip to content

Commit 0433bb1

Browse files
author
ElaMoscicka
authored
added spacing
1 parent 6a90e00 commit 0433bb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

27 - Click and Drag/style.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ body {
1919
}
2020

2121
.items {
22-
height:800px;
22+
height: 800px;
2323
padding: 100px;
24-
width:100%;
25-
border:1px solid white;
24+
width: 100%;
25+
border: 1px solid white;
2626
overflow-x: scroll;
2727
overflow-y: hidden;
2828
white-space: nowrap;
@@ -45,14 +45,14 @@ body {
4545
}
4646

4747
.item {
48-
width:200px;
48+
width: 200px;
4949
height: calc(100% - 40px);
5050
display: inline-flex;
5151
align-items: center;
5252
justify-content: center;
5353
font-size: 80px;
5454
font-weight: 100;
55-
color:rgba(0,0,0,0.15);
55+
color: rgba(0,0,0,0.15);
5656
box-shadow: inset 0 0 0 10px rgba(0,0,0,0.15);
5757
}
5858

0 commit comments

Comments
 (0)