yea
This commit is contained in:
parent
10452ea3d0
commit
c69cfcd56d
1 changed files with 1 additions and 14 deletions
15
index.php
15
index.php
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue