Files
cs2440/5min/day24/css/styles.css
T
2025-05-01 14:37:08 -06:00

12 lines
130 B
CSS

div {
position: absolute;
top: 0px;
height: 100px;
width: 100px;
background-color: black;
}
button {
float: right;
}