diff options
Diffstat (limited to 'modern/src/index.css')
-rw-r--r-- | modern/src/index.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modern/src/index.css b/modern/src/index.css new file mode 100644 index 00000000..b4cc7250 --- /dev/null +++ b/modern/src/index.css @@ -0,0 +1,5 @@ +body { + margin: 0; + padding: 0; + font-family: sans-serif; +} |