Skip to content

Commit

Permalink
updatet image
Browse files Browse the repository at this point in the history
  • Loading branch information
bax082024 committed Oct 9, 2024
1 parent c3fc26d commit 6b23d7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wwwroot/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ p {
}

main {
background-image: url('images/bryggen.jpg'); /* Make sure the image path is correct */
background-size: cover; /* Ensures the image covers the entire area */
background-position: center; /* Centers the background image */
background-repeat: no-repeat; /* Prevents the image from repeating */
min-height: 600px; /* Adjust the height to ensure the background is visible */
padding: 20px; /* Adds some padding for content inside */
background-image: url('images/bryggen.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 600px;
padding: 20px;
}

0 comments on commit 6b23d7b

Please sign in to comment.