Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen authored Nov 25, 2020
1 parent 0e2888d commit f54350c
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,26 @@ img {
background-color: #F78181;
color: white;
}
.ocean {
background: #1abc9c;
color: white;
}
.purple {
background: #8000FF;
color: white;
}
.yellow {
background: #FFFF00;
color: black;
}
.pink {
background: #F781BE;
color: white;
}
.rice {
background: #FBF5EF;
color: black;
}
small {
color:#D8D8D8;
}
Expand Down Expand Up @@ -348,16 +368,10 @@ body {
}
.header {
padding: 30px;
background: #1abc9c;
color: white;
}
.header h1 {
font-size: 40px;
}
.header a {
text-decoration: none;
color: white;
}
.text-center {
text-align: center;
}
Expand Down

0 comments on commit f54350c

Please sign in to comment.