User:AnotherConsumerRightsPerson/styles.css: Difference between revisions
Appearance
oh wow I'm stupid…. |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.basicborder { | |||
border-style: solid; | |||
border-width: 1px; | |||
} | |||
.quizborder { | .quizborder { | ||
color: black; | color: black; | ||
background-color: lightblue; | background-color: lightblue; | ||
} | } | ||
.transcludedthingyborder { | .transcludedthingyborder{ | ||
border-style: solid; | border-style: solid; | ||
border-width: 2px; | |||
margin-bottom: 2px | |||
} | } | ||
.transcludedthingytext { | .transcludedthingytext { | ||
Latest revision as of 06:51, 5 December 2025
.basicborder {
border-style: solid;
border-width: 1px;
}
.quizborder {
color: black;
background-color: lightblue;
}
.transcludedthingyborder{
border-style: solid;
border-width: 2px;
margin-bottom: 2px
}
.transcludedthingytext {
text-align: center;
font-size: 20px
}