From 0fcf89e33c918e3fb379786c3b36f956d630bf91 Mon Sep 17 00:00:00 2001 From: SR Date: Fri, 14 Nov 2025 14:44:54 -0500 Subject: [PATCH] Added CSS Template --- www/css/styles.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 www/css/styles.css diff --git a/www/css/styles.css b/www/css/styles.css new file mode 100644 index 0000000..2a22c87 --- /dev/null +++ b/www/css/styles.css @@ -0,0 +1,27 @@ +@charset "UTF-8"; +/* Comment Header */ +/* File Header */ + +/* Section CSS Reset -- GLOBAL */ + +* { + margin: 0; + padding: 0; +} + +/* Section a Lea */ +.lea body { + background-color: blueviolet; +} + + + +/* Section a Jeremy */ + + +/* Section a Andres */ + + +/* Section a Stan */ + +