From 7ad1b7efabea1349107669a432e6c88305f8d825 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 1 Jan 2022 21:21:52 +0000 Subject: Implement basic ray tracing --- style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..ae0dc41 --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +body { + font-size: 15px; +} + +p { + margin: 0 0 0.8em; +} + +#output-wrapper { + position: relative; + width: 960px; + height: 720px; + margin-top: 0.5em; +} + +.controls { + margin-top: 0.5em; +} + +.slider { + margin-right: 0.5em; + width: 100%; +} -- cgit v1.2.3