Skip to content

Commit

Permalink
enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Jul 21, 2024
1 parent 73d8316 commit c602bc8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
justify-content: flex-start;
height: 100vh;
margin: 0;
overflow: hidden;
overflow-y: auto;
animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
h1 {
margin-bottom: 20px;
margin: 20px 0;
font-size: 2.5em;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
Expand All @@ -33,6 +33,8 @@
justify-content: center;
gap: 20px;
padding: 20px;
width: 100%;
max-width: 1200px;
}
.card {
background-color: #2e2e2e;
Expand Down Expand Up @@ -82,7 +84,7 @@
}
}
.refresh-button {
margin-top: 20px;
margin: 20px;
padding: 10px 20px;
background-color: #61dafb;
color: #1e1e1e;
Expand Down

0 comments on commit c602bc8

Please sign in to comment.