css progress 3

This commit is contained in:
YasinOnm08 2024-09-30 13:46:58 +02:00
parent f08bfda7be
commit 613508a488
3 changed files with 1 additions and 15 deletions

View file

@ -1,4 +1,3 @@
html,
body {
height: 100vh;
overflow: hidden;
@ -6,9 +5,6 @@ body {
}
body {
display: flex;
justify-content: center;
align-items: center;
background-color: var(--background-color);
color: var(--text-color);
font-family: var(--font-family);
@ -19,11 +15,6 @@ body {
header {
background-color: var(--header-background-color);
color: var(--header-text-color);
padding: 1rem; /* Adjust padding as needed */
}
main{
height: 100%;
}
button {