Skip to content

Commit

Permalink
optimised UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Venus committed Oct 8, 2024
1 parent 16ba668 commit 670f488
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,18 @@ body {

h1.donotitle {
font-size: 42px;
animation: fadeIn 0.7s 0.1s cubic-bezier(0.02, 0.01, 0.21, 1) forwards;
animation: fadeIn 0.7s 0s cubic-bezier(0.02, 0.01, 0.21, 1) forwards;
text-align: center;
}

p.donosubtitle {
margin: 0;
font-size: 20px;
width: 480px;
width: 80vw;
max-width: 480px;
text-align: center;
color: #ffffff91;
animation: fadeIn 0.7s 0.1s cubic-bezier(0.02, 0.01, 0.21, 1) forwards;
animation: fadeIn 0.7s 0s cubic-bezier(0.02, 0.01, 0.21, 1) forwards;
}

.button {
Expand Down Expand Up @@ -89,10 +91,11 @@ p.donosubtitle {
padding: 20px 0;
display: flex;
gap: 1px;
animation: fadeIn 0.7s 0.35s cubic-bezier(0.02, 0.01, 0.21, 1) forwards;
animation: fadeIn 0.7s 0.25s cubic-bezier(0.02, 0.01, 0.21, 1) forwards;
opacity: 0;
filter: blur(24px);
align-items: center;
flex-wrap: wrap;
justify-content: center;
}

.btnavatar {
Expand Down

0 comments on commit 670f488

Please sign in to comment.