Better Ui

This commit is contained in:
lovelytransgirl 2025-06-20 22:53:54 +07:00
parent 33ed70c935
commit 723f93825a
2 changed files with 11 additions and 7 deletions

View file

@ -2,17 +2,20 @@
display: flex;
justify-content: center;
align-items: center;
width: 60vw;
background-color: white;
color: #8391b8;
width: 55vw;
background: rgba(255, 255, 255, 0.5);
/*color: #8391b8;*/
color: #393E46;
border-style: solid;
border-color: #8391b8;
border-width: 5px;
border-radius: 30px;
padding: 50px;
padding: 10px;
}
.optionSection {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
row-gap: 1rem;
}
@ -25,4 +28,4 @@
.spriteBox {
width: 75vw;
}
}
}

View file

@ -3,8 +3,9 @@
justify-content: center;
align-items: center;
width: 60vw;
background-color: white;
color: #8391b8;
background: rgba(255, 255, 255, 0.5);
/*color: #8391b8;*/
color: #393E46;
border-style: solid;
border-color: #8391b8;
border-width: 5px;