Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
brain90 committed Feb 15, 2024
1 parent c150f1a commit 23782ae
Show file tree
Hide file tree
Showing 17 changed files with 430 additions and 383 deletions.
76 changes: 0 additions & 76 deletions api.html

This file was deleted.

7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/fa.min.css

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion style.css → css/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
.list-group-item {
font-size: larger;
text-decoration: underline;
cursor: pointer;
}

.alert {
font-size: larger;
}

.btn {
white-space: normal;
font-size: fit-content;
}

.progress-bar-custom {
background: linear-gradient(to right, #b8e994, #2ecc71);

}

.firework {
Expand All @@ -13,7 +24,6 @@
height: 10px;
border-radius: 50%;
animation: fireworks 1s ease-in-out infinite alternate;
z-index: 999;
}

@keyframes fireworks {
Expand Down Expand Up @@ -46,3 +56,4 @@
color: #fff;
z-index: 999;
}

47 changes: 0 additions & 47 deletions index-refactor.html

This file was deleted.

Loading

0 comments on commit 23782ae

Please sign in to comment.