Files
phpstorm/php-s1/workshop2/index.css
2025-02-06 12:30:01 +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;
}