Skip to content

Commit

Permalink
added spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaMoscicka authored Jul 30, 2018
1 parent 6a90e00 commit 0433bb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 27 - Click and Drag/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ body {
}

.items {
height:800px;
height: 800px;
padding: 100px;
width:100%;
border:1px solid white;
width: 100%;
border: 1px solid white;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
Expand All @@ -45,14 +45,14 @@ body {
}

.item {
width:200px;
width: 200px;
height: calc(100% - 40px);
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 80px;
font-weight: 100;
color:rgba(0,0,0,0.15);
color: rgba(0,0,0,0.15);
box-shadow: inset 0 0 0 10px rgba(0,0,0,0.15);
}

Expand Down

0 comments on commit 0433bb1

Please sign in to comment.