diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/main.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..806fa19 --- /dev/null +++ b/assets/css/main.css | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | header { | ||
| 2 | background: red; | ||
| 3 | } | ||
| 4 | |||
| 5 | footer { | ||
| 6 | background: blue; | ||
| 7 | color: red; | ||
| 8 | } | ||
| 9 | |||
| 10 | main { | ||
| 11 | background: green; | ||
| 12 | } \ No newline at end of file | ||
