Skip to content

Commit

Permalink
bikin background warna
Browse files Browse the repository at this point in the history
  • Loading branch information
fauziilyassaputra committed Sep 27, 2024
1 parent 7c0f498 commit 8fe84a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ header {
justify-content: space-around;
align-items: center;
min-height: 100vh;
background-color: var(--kuning);
/* background-color: var(--kuning); */
background: linear-gradient(-45deg, var(--kuning), cornsilk 75%);
}

header .hero-gambar {
Expand Down Expand Up @@ -387,7 +388,8 @@ header .hero-judul .cta:hover {
align-items: center;
min-height: 80vh;
padding: 1rem 7% 1rem;
background-color: var(--kuning);
/* background-color: var(--kuning); */
background: linear-gradient(25deg, var(--kuning), cornsilk 90%);
}

.tentang-box .tentang-boxisi .tentang-boxisigambar {
Expand Down

0 comments on commit 8fe84a6

Please sign in to comment.