diff options
| author | SOGYO\bvdoord <bvdoord@sogyo.nl> | 2021-01-26 11:22:58 +0100 |
|---|---|---|
| committer | SOGYO\bvdoord <bvdoord@sogyo.nl> | 2021-01-26 11:22:58 +0100 |
| commit | f382ec567e1292cedee7c01e721ddc38bdc4dc4e (patch) | |
| tree | 3012b3343d24c4d52f4370ca1f2efc4c78dbd84f /client/src/App.css | |
| parent | 9fb9913bc5ccc49d738481fa71c5ba75c43ed532 (diff) | |
Front-end met Snowpack toegevoegd
Diffstat (limited to 'client/src/App.css')
| -rw-r--r-- | client/src/App.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/App.css b/client/src/App.css new file mode 100644 index 0000000..8eebe3a --- /dev/null +++ b/client/src/App.css @@ -0,0 +1,9 @@ +body { + margin: 0px; + padding: 0px; + background-color: #eeeeee; +} + +.main-content { + padding: 8px; +}
\ No newline at end of file |
