Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
EMSMoreno authored Aug 11, 2024
1 parent e5971e4 commit 3ce59d8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,14 @@ body {

/* Header */
.header {
width: 10%;
height: 50vh;
position: relative;
background-image: url('img/custom-banner.png');
background-size: contain;
background-position: center;
overflow: hidden;
width: 100%; /* Full width */
height: 30vh; /* Adjust height to your preference */
position: relative; /* Position relative to the document */
background-image: url('img/custom-banner.png'); /* Image as background */
background-size: contain; /* Ensure the entire image fits within the header */
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Prevent the image from repeating */
overflow: hidden; /* Prevent overflow */
}

.circle {
Expand Down

0 comments on commit 3ce59d8

Please sign in to comment.