fixed css shit

This commit is contained in:
root 2026-01-10 17:33:07 +00:00
parent 554e0bd9c8
commit f7930ab0ba

View file

@ -153,8 +153,8 @@ font-size:17px;
text-align: center; text-align: center;
margin: 0 auto; margin: 0 auto;
width: 450px; width: 480px;
overflow: scroll; height: auto;
border:2px outset #000; border:2px outset #000;
} }
section.footer { section.footer {
@ -183,8 +183,7 @@ background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 19
} }
main { main {
width: 1000px; width: 1000px;
overflow: scroll; height: auto;
height: 1000px;
margin: 0 auto; margin: 0 auto;
background: #ffe0e8; background: #ffe0e8;
background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 197, 1) 50%, rgba(255, 207, 219, 1) 100%); background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 197, 1) 50%, rgba(255, 207, 219, 1) 100%);