Public Access
5
0

Added CSS Template

This commit is contained in:
SR
2025-11-14 14:44:54 -05:00
parent a544278db8
commit 0fcf89e33c

27
www/css/styles.css Normal file
View File

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