Add js code

This commit is contained in:
Nyymix 2022-04-27 22:58:34 +03:00
parent f2ad089e09
commit bc6d00fe09
3 changed files with 157 additions and 2 deletions

View file

@ -0,0 +1,15 @@
body {
font-size: medium;
background-color: #e5e5e5;
}
.wrapper {
padding: 20px;
margin: 5px 0;
background-color: #222222;
}
textarea {
font-size: 20px;
width: 100%;
}