Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tugas/pelatihan-vcs-2026/ViaHanaNurmaPutri/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Nama: Via Hana Nurma Putri
Pelatihan: VCS RPL 2026
303 changes: 303 additions & 0 deletions tugas/pelatihan-vcs-2026/ViaHanaNurmaPutri/index.html

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions tugas/pelatihan-vcs-2026/ViaHanaNurmaPutri/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
.background-radial-gradient {
background-color: hsl(218, 41%, 15%);
background-image: radial-gradient(
650px circle at 0% 0%,
hsl(218, 41%, 35%) 15%,
hsl(218, 41%, 30%) 35%,
hsl(218, 41%, 20%) 75%,
hsl(218, 41%, 19%) 80%,
transparent 100%
),
radial-gradient(
1250px circle at 100% 100%,
hsl(218, 41%, 45%) 15%,
hsl(218, 41%, 30%) 35%,
hsl(218, 41%, 20%) 75%,
hsl(218, 41%, 19%) 80%,
transparent 100%
);
}

#radius-shape-1 {
height: 220px;
width: 220px;
top: -60px;
left: -130px;
background: radial-gradient(#44006b, #ad1fff);
overflow: hidden;
}

#radius-shape-2 {
border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
bottom: -60px;
right: -110px;
width: 300px;
height: 300px;
background: radial-gradient(#44006b, #ad1fff);
overflow: hidden;
}
2 changes: 2 additions & 0 deletions tugas/pelatihan-vcs-2026/viahana/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Nama: Via Hana
Pelatihan: VCS RPL 2026
Loading