added style.css (the graphical interpreter's stylesheet) because code is better when it looks cool
This commit is contained in:
parent
cf04e317f7
commit
62f9580aee
1 changed files with 7 additions and 0 deletions
7
style.css
Normal file
7
style.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
#code {
|
||||||
|
overflow: auto scroll;
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 3;
|
||||||
|
width: 100%;
|
||||||
|
}
|
Loading…
Reference in a new issue