Skip to content

Commit

Permalink
Update myCSS.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken3847 authored Feb 8, 2024
1 parent 8dbc657 commit b4258c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions myCSS.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
}
.homePage {
background: #222222;
background: #0BE600;
}
.container {
width: 960px;
margin: 0 auto;
}
.header {
background: #AAAAAA;
background: #E69B00;
text-align: center;
margin: 0px;
padding: 5;
Expand All @@ -22,7 +22,7 @@ body {

}
.nav {
background: #BBBBBB;
background: #0058E6;
margin: 0px;
padding: 5;
float: left;
Expand Down

0 comments on commit b4258c4

Please sign in to comment.