Add js code
This commit is contained in:
parent
f2ad089e09
commit
bc6d00fe09
3 changed files with 157 additions and 2 deletions
15
main.css
15
main.css
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue