We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a90e00 commit 0433bb1Copy full SHA for 0433bb1
27 - Click and Drag/style.css
@@ -19,10 +19,10 @@ body {
19
}
20
21
.items {
22
- height:800px;
+ height: 800px;
23
padding: 100px;
24
- width:100%;
25
- border:1px solid white;
+ width: 100%;
+ border: 1px solid white;
26
overflow-x: scroll;
27
overflow-y: hidden;
28
white-space: nowrap;
@@ -45,14 +45,14 @@ body {
45
46
47
.item {
48
- width:200px;
+ width: 200px;
49
height: calc(100% - 40px);
50
display: inline-flex;
51
align-items: center;
52
justify-content: center;
53
font-size: 80px;
54
font-weight: 100;
55
- color:rgba(0,0,0,0.15);
+ color: rgba(0,0,0,0.15);
56
box-shadow: inset 0 0 0 10px rgba(0,0,0,0.15);
57
58
0 commit comments