Skip to content

Commit

Permalink
Update styles-footer.css
Browse files Browse the repository at this point in the history
  • Loading branch information
riyaahlawat authored Jun 4, 2024
1 parent 4b3856a commit 4ec5574
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions styles-footer.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
:root {
--bgColor: rgb(253, 246, 227);
--textColor: #D91C81;
--fadedTextColor: #8f255d;
--hover: #8f255d;
--black: #3A3335;
}

body {
height: 100vh;
}

.footer-container {
margin: 1rem 5rem;
-webkit-user-select: none;
Expand All @@ -14,6 +18,7 @@
gap: 5rem;
bottom: 0;
}

.footer-container-left {
text-align: left;
display: flex;
Expand All @@ -22,6 +27,7 @@
gap: 1rem;
flex-wrap: wrap;
}

.footer-container-right {
text-align: center;
display: flex;
Expand All @@ -47,7 +53,7 @@
transition: 0.1s;
}
.footer-icons:hover{
color: var(--fadedTextColor);
color: var(--hover);
}
.footer-content {
display: inline;
Expand All @@ -66,4 +72,4 @@
.fa.fa-twitter::before{
content:"𝕏";
font-size:1.2em;
}
}

0 comments on commit 4ec5574

Please sign in to comment.