swag
This commit is contained in:
parent
13a3e7b68d
commit
c354431091
@ -56,3 +56,22 @@ ul{
|
|||||||
.hide_link{
|
.hide_link{
|
||||||
text-decoration: none;
|
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);
|
||||||
|
}
|
@ -312,7 +312,8 @@
|
|||||||
<br>
|
<br>
|
||||||
<div>
|
<div>
|
||||||
<form id="comment_form" method="post" action="/comment">
|
<form id="comment_form" method="post" action="/comment">
|
||||||
<textarea name="comment"></textarea>
|
<textarea placeholder="きき 機器 危機 聞き 気き キキ 木木" name="comment"></textarea>
|
||||||
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<button type="submit">Submit</button>
|
<button type="submit">Submit</button>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user