User:AnotherConsumerRightsPerson/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.basicborder { | |||
border-style: solid; | |||
border-width: 2px; | |||
} | |||
.quizborder { | .quizborder { | ||
color: black; | color: black; | ||
Revision as of 17:41, 3 December 2025
.basicborder {
border-style: solid;
border-width: 2px;
}
.quizborder {
color: black;
background-color: lightblue;
}
.transcludedthingyborder{
border-style: solid;
}
.transcludedthingytext {
text-align: center;
font-size: 20px
}