This commit is contained in:
boris
2025-02-06 12:30:01 +00:00
parent f30a8fe711
commit f64a9eadbe
176 changed files with 21418 additions and 0 deletions

19
php-s1/workshop2/index.css Executable file
View File

@@ -0,0 +1,19 @@
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;
}