Files
webprogrammierung/css/main.css
T
2026-05-11 09:51:26 +02:00

7 lines
117 B
CSS

body {
background-color: coral;
}
button, input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
}