Skip to content

Commit

Permalink
Slight changes in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ritumehta302002 committed Oct 28, 2024
1 parent ce4a8a8 commit a1216bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,23 +450,23 @@

/* Footer Styles */
.footer {
background-color: var(--deep-teal);
background-color: #003d4d;
/* Use deep teal for footer background */
color: #ffffff;
/* White text for footer */
padding: 40px 0;
padding: 20px 0;
padding-bottom:0;
}

.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
max-width: 900px;
/* Max width for footer content */
margin: 0 auto;
/* Center footer content */
padding: 0 20px;
padding: 0 10px;
}

.footer-section {
Expand Down Expand Up @@ -541,7 +541,7 @@

.footer-section ul li a {
color: #e0e0e0;
font-size: 16px;
font-size: 12px;
/* Light grey for links */
text-decoration: none;
/* No underline for links */
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ body {
margin-bottom: 20px;
font-weight: 600;
color: #fff;
border-bottom: 2px solid #3f10ea;
/* border-bottom: 2px solid #3f10ea; */
padding-bottom: 10px;
}

Expand Down Expand Up @@ -475,7 +475,7 @@ body {
right: 0;
background: #f9f9f9;
/* Updated background to a softer light color */
border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
/* border-top: 0.1rem solid rgba(0, 0, 0, 0.1); */
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

Expand Down

0 comments on commit a1216bf

Please sign in to comment.