Premier commit

This commit is contained in:
2025-11-01 19:27:22 +01:00
parent 02b6a64f7d
commit 686646929d
16 changed files with 342 additions and 0 deletions

22
css/style.css Normal file
View File

@@ -0,0 +1,22 @@
body {
font-family: Arial, sans-serif;
margin: 40px;
background: #f9f9f9;
color: #333;
}
header, footer {
text-align: center;
margin-bottom: 20px;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
form input, form textarea {
width: 100%;
padding: 8px;
margin-top: 5px;
}