User:AnotherConsumerRightsPerson/styles.css
Appearance
.basicborder {
border-style: solid;
border-width: 1px;
}
.quizborder {
color: black;
background-color: lightblue;
}
.transcludedthingyborder{
border-style: solid;
border-width: 2px;
margin-bottom: 1px;
}
.transcludedthingytext {
text-align: center;
font-size: 20px
}