Skip to content

Commit

Permalink
Footer color updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 committed Nov 29, 2024
1 parent fec657e commit f411732
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -604,13 +604,12 @@ section {
text-shadow: 1px 1px 2px black, 1px 1px 2px rgb(175, 189, 200);
}

/* Footer Css */
/* Footer Css */

footer {
font-family: 'Montserrat', sans-serif;
background-color: rgb(85, 7, 111);
color: #ccc;
background-color: #2b0038;
font-weight: 900;
color: #fefefe;
padding: 20px 0;
width: 100%;
box-sizing: border-box;
Expand All @@ -632,7 +631,6 @@ footer {
}

.quick-links {
font-weight: 600;
flex: 1 1 30%;
}

Expand Down Expand Up @@ -671,7 +669,6 @@ footer {
.quick-links a,
.send-message button {
text-decoration: none;
color: #ccc;
}

.send-message input[type="email"] {
Expand Down

0 comments on commit f411732

Please sign in to comment.