This commit is contained in:
simio 2024-12-05 02:29:11 -03:00
parent 13a3e7b68d
commit c354431091
2 changed files with 21 additions and 1 deletions

View File

@ -55,4 +55,23 @@ ul{
.hide_link{
text-decoration: none;
}
textarea{
background-color: black;
color: var(--celeste);
border: 2px outset var(--celeste);
width: 50%;
height: 300px;
}
textarea:focus{
outline: 3px inset var(--celeste);
}
button{
background-color: black;
color: var(--celeste);
border: 2px outset var(--celeste);
}

View File

@ -312,7 +312,8 @@
<br>
<div>
<form id="comment_form" method="post" action="/comment">
<textarea name="comment"></textarea>
<textarea placeholder="きき 機器 危機 聞き 気き キキ 木木" name="comment"></textarea>
<br>
<br>
<button type="submit">Submit</button>
</form>