Skip to content

Added spacing, semicolons #227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 40 commits into from
Sep 24, 2018
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
0022cab
Update style.css
ElaMoscicka Jul 30, 2018
1a154b7
added spacing
ElaMoscicka Jul 30, 2018
f75cf7a
added spacing
Jul 30, 2018
40e0b13
added spacing
Jul 30, 2018
2ad5c6d
added spacing
Jul 30, 2018
9de578f
added spacing
Jul 30, 2018
fdfec35
added spacing
Jul 30, 2018
039640e
added spacing
Jul 30, 2018
e48ed9e
added spacing
ElaMoscicka Jul 30, 2018
0cdf28a
deleted comma
Jul 30, 2018
5ae2034
added spacing
Jul 30, 2018
72357f3
added spacing
Jul 30, 2018
f95a3db
added spacing
Jul 30, 2018
4de2b4d
added spacing
Jul 30, 2018
45c3b7f
added spacing
Jul 30, 2018
78f0dcd
added spacing
Jul 30, 2018
0fd10e0
added spacing
Jul 30, 2018
c0e0c26
added spacing
Jul 30, 2018
b681c8a
added spacing
Jul 30, 2018
62a9e59
added spacing
Jul 30, 2018
af6f972
added spacing
Jul 30, 2018
9061f8d
added spacing
Jul 30, 2018
fa00974
added spacing
Jul 30, 2018
b9d139a
added spacing
Jul 30, 2018
7b975b4
added spacing
Jul 30, 2018
0293376
added spacing
Jul 30, 2018
04e8b07
added spacing
Jul 30, 2018
cb84f74
added spacing and semicolons
Jul 30, 2018
55e269e
added spacing
Jul 30, 2018
b1dc2c1
added spacing
Jul 30, 2018
67be633
added spacing and semicolon
Jul 30, 2018
f133500
added spacing
Jul 30, 2018
f509cd8
added spacing
Jul 30, 2018
746d279
added spacing and semicolon
Jul 30, 2018
6a90e00
added spacing and semicolon
Jul 30, 2018
0433bb1
added spacing
Jul 30, 2018
94c876c
added spacing
Jul 30, 2018
5f0b93b
added spacing
Jul 30, 2018
5057eeb
added spacing
Jul 30, 2018
29489a8
Merge branch 'master' into master
ElaMoscicka Aug 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added spacing
  • Loading branch information
ElaMoscicka authored Jul 30, 2018
commit 0433bb11d3e8a40a928b51d0ce850b51ee575a21
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