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 d07bca1 commit d3c6d17
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,14 @@ button {
margin-bottom: 10px;
}
}

footer {
background-color: #000; /* Warna hitam */
color: #fff; /* Warna teks putih */
text-align: center;
padding: 10px 0;
position: relative; /* Tetap di tempat saat digulir */
width: 100%;
bottom: 0;
font-size: 12px; /* Ukuran huruf kecil */
}

0 comments on commit d3c6d17

Please sign in to comment.