Difference between revisions of "User:Certified nqh/common.css"
| Line 10: | Line 10: | ||
div { | div { | ||
| − | border-radius: | + | border-radius: 10px; |
| + | } | ||
| + | |||
| + | ul { | ||
| + | border-radius: 10px; | ||
} | } | ||
Revision as of 14:47, 12 October 2023
body {
background-image: -webkit-linear-gradient(left, #BBB, #FFF);
font-family: Courier;
}
#mw-head {
background-image: -webkit-linear-gradient(left, #BBB, #FFF);
font-family: Courier;
}
div {
border-radius: 10px;
}
ul {
border-radius: 10px;
}
