different form examples

This commit is contained in:
e560248
2025-04-07 15:07:00 +02:00
parent 8a3165a26d
commit 048120adae
2 changed files with 74 additions and 0 deletions

View File

@@ -40,3 +40,8 @@
.read-the-docs {
color: #888;
}
input[type="text"] {
border-radius: 6px;
padding: 1rem 0.5rem;
}