From 50273c110856e18e3ba563b0f62b7273a4dc022b Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Tue, 7 Oct 2025 06:53:09 -0600 Subject: initial commit --- lisp/webapps/snow/static/css/stylesheet.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 lisp/webapps/snow/static/css/stylesheet.css (limited to 'lisp/webapps/snow/static/css/stylesheet.css') diff --git a/lisp/webapps/snow/static/css/stylesheet.css b/lisp/webapps/snow/static/css/stylesheet.css new file mode 100644 index 0000000..3f79ffd --- /dev/null +++ b/lisp/webapps/snow/static/css/stylesheet.css @@ -0,0 +1,25 @@ +body { + font-size: 14px; +} + +.container-fluid { + width: 100%; + margin: 20px auto; +} + +.nav-link { + cursor: pointer; + cursor: hand; +} + +.form-control { + width: 600px; +} + +#body { + min-height: 500px; +} + +#footer { + text-align: center; +} -- cgit v1.3