diff options
| author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-03 23:44:31 -0400 |
|---|---|---|
| committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-03 23:44:31 -0400 |
| commit | 93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 (patch) | |
| tree | 1d5ccef993cfa21b1aaf0f4c28dd9994e111cbc3 /static | |
| parent | 81200fa6a598557f36593c950d7a63c52aa0b22f (diff) | |
add changelog, assets, new partial
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/main.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/static/css/main.css b/static/css/main.css deleted file mode 100644 index d4c7edd..0000000 --- a/static/css/main.css +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | header { | ||
| 2 | background: red; | ||
| 3 | } | ||
| 4 | |||
| 5 | footer { | ||
| 6 | background: blue; | ||
| 7 | color: red; | ||
| 8 | } | ||
| 9 | |||
| 10 | main { | ||
| 11 | background: green; | ||
| 12 | } | ||
| 13 | |||
| 14 | body { | ||
| 15 | background: yellow; | ||
| 16 | } \ No newline at end of file | ||
