User:AnotherConsumerRightsPerson/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
border-style: solid; | border-style: solid; | ||
border-width: 2px; | border-width: 2px; | ||
margin-bottom: 2px; | |||
background: #004080; | |||
color: white; | |||
} | } | ||
.transcludedthingytext { | .transcludedthingytext { | ||
Latest revision as of 16:05, 4 June 2026
.basicborder {
border-style: solid;
border-width: 1px;
}
.quizborder {
color: black;
background-color: lightblue;
}
.transcludedthingyborder{
border-style: solid;
border-width: 2px;
margin-bottom: 2px;
background: #004080;
color: white;
}
.transcludedthingytext {
text-align: center;
font-size: 20px
}