Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
brandalokadjaya authored Jun 5, 2024
1 parent 023272e commit f916500
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,37 @@ body {
box-sizing: border-box;
}

header {
background-color: #000; /* Warna hitam */
width: 100%; /* Lebar penuh */
padding: 10px 0;
text-align: center;
position: fixed; /* Tetap di tempat saat digulir */
top: 0;
left: 0;
z-index: 1000; /* Menempatkan di depan elemen lainnya */
}

.logo-container {
display: inline-block;
}

.logo {
height: 50px;
}

.container {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 80px; /* Memberi ruang untuk header tetap */
}

.column {
margin: 10px;
}


.container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit f916500

Please sign in to comment.