Update index.php

This commit is contained in:
awesomeuser 2023-08-01 19:16:38 +00:00
parent fadb08b91e
commit 10452ea3d0

View file

@ -15,7 +15,7 @@
padding: 0; padding: 0;
} }
input { input[type=text] {
padding: 6px; padding: 6px;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #ccc; border: 1px solid #ccc;
@ -24,6 +24,10 @@
resize: none; resize: none;
} }
input[type=text]:focus {
border-radius: 2px;
}
#body-input { #body-input {
width: 100%; width: 100%;
height: 150px; height: 150px;