Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kayraveyakado authored Sep 29, 2024
1 parent 2b0ceee commit 547fd0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body {
}

header {
background: #35424a;
background: #ca1c1d;
color: #ffffff;
padding: 20px 0;
text-align: center;
Expand Down Expand Up @@ -54,16 +54,16 @@ section {
footer {
text-align: center;
padding: 15px 0;
background: #35424a;
background: #ca1c1d;
color: #ffffff;
position: relative;
bottom: 0;
width: 100%;
}

footer .logocr {
width: 10px;
margin-bottom: 10px;
width: 35px;
margin-bottom: 35px;
}

ul {
Expand Down

0 comments on commit 547fd0d

Please sign in to comment.