Difference between revisions of "Chiara Russo/style.css"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | .mw-body .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
#chiarastuff { | #chiarastuff { | ||
background-color: #fff0d0; | background-color: #fff0d0; | ||
− | margin: | + | padding: 10px; |
+ | border: solid 3px #ddd0b0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #chiarastuff h1 { | ||
+ | margin-top: 0; | ||
} | } | ||
Latest revision as of 06:42, 1 March 2020
.mw-body .firstHeading {
display: none;
}
- chiarastuff {
background-color: #fff0d0; padding: 10px; border: solid 3px #ddd0b0; text-align: center;
}
- chiarastuff h1 {
margin-top: 0;
}
- chiaragallery img {
width: 45%; height: auto;
}