Files
G4G0-2/Client Server Systems/Week 1/workshop2/index.css
2025-01-30 09:27:31 +00:00

19 lines
241 B
CSS
Executable File

body {
outline: 1px solid black;
padding: 10px;
width: fit-content;
height: fit-content;
}
#main * {
margin-bottom: 15px;
}
#radio {
outline: 1px solid black;
width: fit-content;
}
#radio * {
margin: 5px;
}