MediaWiki:Common.css: Difference between revisions
From WickyWiki
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
#content { | #content { | ||
background- | background-color: lightblue; | ||
} | } | ||
Revision as of 07:46, 9 April 2021
#body {
background-image: linear-gradient(to right, white , lightblue);
}
#content {
background-color: lightblue;
}