rename prototype folder -> web_backend. closes #75

This commit is contained in:
2020-06-26 10:00:05 +02:00
parent 624ade2032
commit 5b483d5c5d
208 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,15 @@
.border{
border:4px solid black;
border-radius: 0.7rem;
}
input.nofocus:focus{
outline-width: 0;
}
button.nofocus:focus{
outline-width: 0;
}