Supprimer style.css

This commit is contained in:
2025-12-26 08:33:04 +00:00
parent 823c00a853
commit 6452fa45a4

View File

@@ -1,28 +0,0 @@
body {
font-family: sans-serif;
margin: 40px auto;
max-width: 900px;
line-height: 1.6;
}
header { margin-bottom: 30px; }
.item {
border: 1px solid #ccc;
padding: 15px;
margin-bottom: 20px;
border-radius: 6px;
}
.item img {
max-width: 200px;
display: block;
margin-bottom: 10px;
}
.owner {
font-size: 0.9em;
color: #555;
}
form input, form textarea, form select {
width: 100%;
padding: 8px;
margin-bottom: 10px;
}