Template:Note/styles.css: Difference between revisions
DoctorDalek (talk | contribs) (Created page with ".note { background-color: #f6efe5; border: 1px solid #ac6600; }") |
DoctorDalek (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
background-color: #f6efe5; | background-color: #f6efe5; | ||
border: 1px solid #ac6600; | border: 1px solid #ac6600; | ||
padding: .5em; | |||
display: inline-block; | |||
} | } |
Latest revision as of 18:54, 5 August 2023
.note {
background-color: #f6efe5;
border: 1px solid #ac6600;
padding: .5em;
display: inline-block;
}