This commit is contained in:
awesomeuser 2023-08-01 19:18:09 +00:00
parent 10452ea3d0
commit c69cfcd56d

View file

@ -15,19 +15,6 @@
padding: 0;
}
input[type=text] {
padding: 6px;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #f8f8f8;
resize: none;
}
input[type=text]:focus {
border-radius: 2px;
}
#body-input {
width: 100%;
height: 150px;
@ -45,7 +32,7 @@
<form method="post">
Signature: <input type="text" name="signature"><br>
<label for="body">Body:</label>
<input type="text" id="body-input" name="body"><br>
<textarea id="body-input" name="body"></textarea>
<input type="submit">
</form>