Move background-color from #content to body
This commit is contained in:
parent
88624b30b7
commit
f7bdf474d1
@ -11,6 +11,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
background-color: lightslategrey;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* END HTML & BODY */
|
/* END HTML & BODY */
|
||||||
@ -142,7 +143,6 @@ body {
|
|||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: lightslategrey;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#content p {
|
#content p {
|
||||||
|
Loading…
Reference in New Issue
Block a user