added style.css (the graphical interpreter's stylesheet) because code is better when it looks cool

This commit is contained in:
Raphaël LACROIX 2023-05-31 16:46:49 +02:00
parent cf04e317f7
commit 62f9580aee

7
style.css Normal file
View file

@ -0,0 +1,7 @@
#code {
overflow: auto scroll;
text-align: center;
padding-top: 3;
width: 100%;
}