Material design!

This commit is contained in:
2025-01-24 18:17:16 +01:00
parent 54eaf7dcfb
commit 3190629286
2 changed files with 17 additions and 31 deletions

View File

@@ -20,28 +20,6 @@ h1 {
text-align: center;
}
input, textarea {
width: 90%;
padding: 8px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}
button {
width: 100%;
padding: 10px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
button:hover {
background-color: #45a049;
}
#responseMessage {
text-align: center;
color: green;