Compare commits
No commits in common. "3a44a0588777937177285bfc1509f80bb9fb2f1a" and "321a44de9eba3c157f849177c52ed770add62203" have entirely different histories.
3a44a05887
...
321a44de9e
1 changed files with 4 additions and 3 deletions
|
|
@ -153,8 +153,8 @@ font-size:17px;
|
|||
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
width: 480px;
|
||||
height: auto;
|
||||
width: 450px;
|
||||
overflow: scroll;
|
||||
border:2px outset #000;
|
||||
}
|
||||
section.footer {
|
||||
|
|
@ -183,7 +183,8 @@ background: radial-gradient(circle, rgba(255, 224, 232, 1) 0%, rgba(180, 250, 19
|
|||
}
|
||||
main {
|
||||
width: 1000px;
|
||||
height: auto;
|
||||
overflow: scroll;
|
||||
height: 1000px;
|
||||
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