Skip to content

Commit

Permalink
Update about.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SaiNarayana-B authored Sep 9, 2023
1 parent bd7b29b commit 506defb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ body {
background: linear-gradient(45deg, #9abeab, #e1f0f0, #9abeab);
background-size: 400% 400%;
animation: gradientBG 15s ease infinite;
position: relative; /* Add this line */
position: relative;
color: #333;
line-height: 1.8;
display: flex;
Expand Down Expand Up @@ -116,7 +116,7 @@ footer {
text-align: center;
color: #ecf0f1;
width: 60%;
position: absolute;
position: bottom;
bottom: 0;
height: 130px; /* Adjust the height as needed */
backdrop-filter: blur(5px);
Expand Down

0 comments on commit 506defb

Please sign in to comment.