Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
add comment for easy to read
  • Loading branch information
Baimaikp authored and gr2m committed Dec 5, 2017
1 parent f776299 commit 1c3afe1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body {
/*this sets the styling for all h1 elements found in the html*/
h1 {
font-family:Helvetica, Arial, sans-serif;
color:#e94e1b;
color:#e94e1b;/*orange color*/
text-align:center;
letter-spacing:2px;
font-size:39px;
Expand All @@ -27,8 +27,9 @@ h1 {
text-align:center;
}

/*this sets the styling for all h2 elements found in the html*/
h2 {
color:#e94e1b;
color:#e94e1b;/*orange color*/
letter-spacing: 2px;
}

Expand Down

0 comments on commit 1c3afe1

Please sign in to comment.