diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-04 17:55:31 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-04 17:55:31 +0500 |
| commit | 0ea64157c85156c4a3404fd11c6fb687f5eb613d (patch) | |
| tree | 25681b52c7488e749797c71a77ab3a356ef0e297 /public/static | |
initial commit
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css new file mode 100644 index 0000000..a068d89 --- /dev/null +++ b/public/static/style.css @@ -0,0 +1,4 @@ +* { + padding: 0; + margin: 0; +}
\ No newline at end of file |
