Skip to content

Commit

Permalink
Changed the style of footer
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaagupta89 committed Jun 13, 2021
1 parent cb5f54b commit 41c2a79
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,17 @@ p {
/* footer */
#footer {
text-align: center;
padding: 5% 5%;
padding: 0 5%;
/*background-color: #ffd1e1;*/
background: #ff6e7f; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7bfbe, #E6E6FA); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ff6e7f, #E6E6FA);
}



.social-logo {
margin: 50px 30px;
margin: 40px 30px;
font-size: 2rem;
}

Expand All @@ -187,13 +189,12 @@ p {
color: purple;
}

.p1 {
color: #fff;
}
.p2 {
.p1, .p2 {
color: #fff;
margin: 9px;
}


/* responsive */
@media (max-width:990px) {
.title-image {
Expand All @@ -205,3 +206,19 @@ p {
text-align: center;
}
}

@media (max-width: 595px) {
.social-logo {
margin: 40px 10px;
font-size: 1.40rem;
}
.p1, .p2 {
font-size: 14px;
}
}

@media (max-width: 375px) {
.container-fluid {
padding: 3% 15% 7%;
}
}

0 comments on commit 41c2a79

Please sign in to comment.