Files
test-app/app/static/style.css
akula 4ef44fc2ed
Some checks failed
ci/woodpecker/push/publish Pipeline failed
1
2024-12-03 12:29:43 +03:00

22 lines
201 B
CSS

body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #333;
}
ul {
list-style-type: none;
padding: 0;
}
li {
margin: 5px 0;
}
form {
margin-bottom: 20px;
}