diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-02 20:38:01 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-02 20:38:01 +0000 |
| commit | dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb (patch) | |
| tree | 5b09c856af7c16008891b736cd504a3d068e234d /style.css | |
| parent | e075667cd2dc878dd9dceb07c85719f6712bcda1 (diff) | |
| download | js-raytracer-dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb.tar.xz js-raytracer-dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb.zip | |
Add console output
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -24,4 +24,11 @@ p { .thread-slider { padding-left: 40px; +} + +#console { + height: 150px; + width: 300px; + padding: 0rem; + white-space: pre-line; }
\ No newline at end of file |