md4tj/test_css.css

12 lines
141 B
CSS
Raw 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;
}