md4tj/test_css.css

24 lines
286 B
CSS
Raw Permalink Normal View History

body {background-color: #00ff00;}
video {
width: 100%;
height: auto;
2023-01-04 13:41:20 -05:00
}
#lastupdated {
outline: dashed 1px black;
text-align: center;
}
2023-01-04 14:57:27 -05:00
.teximg {
display: block;
margin-left: auto;
margin-right: auto;
width: 5%;
height: auto;
}
2023-01-04 15:09:58 -05:00
.monospace-text {
font-family: monospace;
};