This commit is contained in:
awesomeuser 2023-08-01 19:13:44 +00:00
parent 8fc0c7670c
commit 3bb60879cc

View file

@ -15,9 +15,7 @@
padding: 0;
}
#body-input {
width: 100%;
height: 150px;
input {
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
@ -25,6 +23,11 @@
background-color: #f8f8f8;
resize: none;
}
#body-input {
width: 100%;
height: 150px;
}
</style>
</head>
<body>
@ -35,7 +38,7 @@
<hr>
<br><br>
<form action="https://furp.colean.cc/" method="post">
<form method="post"> <!-- action="https://furp.colean.cc/" -->
Signature: <input type="text" name="signature"><br>
<label for="body">Body:</label>
<input type="text" id="body-input" name="body"><br>