Skip to content
Open
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/*CSS RESETS*/

body{
background-color: #fff;
background-color: #000;
line-height: 1.6;

}
Expand All @@ -38,10 +38,10 @@
.card {
padding: 10px 25px 10px 25px;
border-radius: 10px;
background: #009688;
background: #15282f;
color: #fff;
display: inline-block;
box-shadow: 2px 2px 1px 0px #295C7B;
box-shadow: 3px 3px 2px 0px #0b1519;
}

.card:hover {
Expand Down