Skip to content

Commit

Permalink
chore: Update background image styling in styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
mukezhz committed Sep 3, 2024
1 parent edff4a2 commit d34188e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions site/style/styles.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
body {
background: url('https://images.unsplash.com/photo-1674582221299-3a930cbda1db?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1935&q=80') no-repeat center center;
background-size: cover;
background-attachment: fixed;
}

.my-header {
height: 100vh;
display: flex;
flex-direction: column;
background: url(https://images.unsplash.com/photo-1674582221299-3a930cbda1db?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1935&q=80);
padding: 5px;
}

Expand Down

0 comments on commit d34188e

Please sign in to comment.