Skip to content

Commit

Permalink
CSS styles and combined minified JS
Browse files Browse the repository at this point in the history
  • Loading branch information
reazuliqbal committed Jan 10, 2019
1 parent f672a11 commit 5a93de7
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
50 changes: 50 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
body {
padding-top: 20px;
padding-bottom: 20px;
}

label {
font-weight: 500;
}

.box {
display: flex;
align-items: center;
justify-content: center;
height: 200px;
color: #fff;
font-size: 28px;
padding: 20px;
text-align: center;
margin-bottom: 20px;
}
.box:hover,
.box:focus,
.boc:active {
text-decoration: none;
color: #fff;
}

.turquoise {
background-color: #58C9B9;
}
.red {
background-color: #E53A40;
}
.green {
background-color: #75D701;
}
.purple {
background-color: #6C49B8;
}

#feedback {
margin-top: 15px;
margin-bottom: 15px;
}
.footer {
margin-top: 30px;
padding: 20px;
border-top: 1px solid rgba(0,0,0,.1);
text-align: center;
}
1 change: 1 addition & 0 deletions js/app.js

Large diffs are not rendered by default.

0 comments on commit 5a93de7

Please sign in to comment.