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 5254d9b commit 2908008
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,34 @@ 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;
width: 100%;
max-width: 600px;
align-items: center;
padding: 10px;
margin-top: 80px; /* Memberi ruang untuk header tetap */
}

.column {
width: 100%;
margin: 10px 0;
margin: 10px;
}

textarea {
Expand Down

0 comments on commit 2908008

Please sign in to comment.