Skip to content

Commit

Permalink
Merge pull request #583 from sau-mili/main
Browse files Browse the repository at this point in the history
blur effect added
  • Loading branch information
Kalivarapubindusree authored Jun 5, 2024
2 parents 5148ced + aeb7640 commit 9f0649e
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,19 @@ html {
/* Optional: space between logo and right edge */
}


.home {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 100vh;
background: url('images/background.jpg') no-repeat center center/cover;
backdrop-filter: blur(4px);
padding-top: 80px;
/* to avoid overlap with navbar */
}
=======
.home {
display: flex;
align-items: center;
Expand All @@ -180,6 +193,7 @@ html {
/* to avoid overlap with navbar */
}


.home .container {
max-width: 800px;
}
Expand Down Expand Up @@ -718,9 +732,9 @@ a:hover .fab {
margin-bottom: 20px;
}
}
padding: 20px 0px;
background: black;
}
/* padding: 20px 0px;
background: black; */
/* } */

.social_media:hover {
color: yellow;
Expand Down

0 comments on commit 9f0649e

Please sign in to comment.