Compare commits
2 commits
321a44de9e
...
3a44a05887
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a44a05887 | ||
|
|
f7930ab0ba |
1 changed files with 3 additions and 4 deletions
|
|
@ -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%);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue