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 */ + +