28 lines
276 B
CSS
28 lines
276 B
CSS
@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 */
|
|
|
|
|