diff options
author | Aspen Smith <root@gws.fyi> | 2024-02-15T23·02-0500 |
---|---|---|
committer | aspen <root@gws.fyi> | 2024-02-18T18·15+0000 |
commit | a2a02d8111010dbc428c0b6d870286beb4a54132 (patch) | |
tree | 3006ce1617dcdcb14674b076fb77d5eff9ba8379 /users/aspen/goodcry-band/reset.css | |
parent | c6605992c06bf6adc93a7bb19b0ed34b8c213bf3 (diff) |
feat(aspen/goodcry-band): Initial commit of a website for my band r/7552
I won't be caught dead using *linktree* of all things! who do you take me for!? hi #tvl. you can preview this (for now) at https://ogopogo.tailced1.ts.net/ Change-Id: I9c3c4394a443a87f2fcd69489f134ac47dbc3686 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10928 Reviewed-by: aspen <root@gws.fyi> Autosubmit: aspen <root@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'users/aspen/goodcry-band/reset.css')
-rw-r--r-- | users/aspen/goodcry-band/reset.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/users/aspen/goodcry-band/reset.css b/users/aspen/goodcry-band/reset.css new file mode 100644 index 000000000000..23dcf53d2948 --- /dev/null +++ b/users/aspen/goodcry-band/reset.css @@ -0,0 +1,45 @@ +*, +*::before, +*::after { + box-sizing: border-box; +} + +* { + margin: 0; +} + +body { + line-height: 1.5; + -webkit-font-smoothing: antialiased; +} + +img, +picture, +video, +canvas, +svg { + display: block; + max-width: 100%; +} + +input, +button, +textarea, +select { + font: inherit; +} + +p, +h1, +h2, +h3, +h4, +h5, +h6 { + overflow-wrap: break-word; +} + +#root, +#__next { + isolation: isolate; +} |