md4tj/test_css.css

24 lines
286 B
CSS

body {background-color: #00ff00;}
video {
width: 100%;
height: auto;
}
#lastupdated {
outline: dashed 1px black;
text-align: center;
}
.teximg {
display: block;
margin-left: auto;
margin-right: auto;
width: 5%;
height: auto;
}
.monospace-text {
font-family: monospace;
};