fixed css shit
This commit is contained in:
parent
554e0bd9c8
commit
f7930ab0ba
1 changed files with 3 additions and 4 deletions
|
|
@ -153,8 +153,8 @@ font-size:17px;
|
|||
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
width: 450px;
|
||||
overflow: scroll;
|
||||
width: 480px;
|
||||
height: auto;
|
||||
border:2px outset #000;
|
||||
}
|
||||
section.footer {
|
||||
|
|
@ -183,8 +183,7 @@ background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 19
|
|||
}
|
||||
main {
|
||||
width: 1000px;
|
||||
overflow: scroll;
|
||||
height: 1000px;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
background: #ffe0e8;
|
||||
background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 197, 1) 50%, rgba(255, 207, 219, 1) 100%);
|
||||
|
|
|
|||
Loading…
Reference in a new issue