roman

@hi@romanzolotarev.com

shellscript everything!


homehttps://romanzolotarev.com/

100 following, 438 followers

4 ★ 1 ↺
nathanael boosted

[?]roman » 🌐
@hi@romanzolotarev.com

one day i'll cut all css on my main site to just one line :)

html { font: 20px sans-serif; max-width: 40rem; padding: 0.5rem; }

...
3 ★ 0 ↺

[?]roman » 🌐
@hi@romanzolotarev.com

well, that one day is today... here is my complete styles.css:

html { font: 20px sans-serif; max-width: 40rem; padding: 0.4rem; }
img { max-width: 100%; border-radius: 0.4rem; }
for i still have like a hundred lines of css, but i think i can ditch at least a half of it

    ...
    1 ★ 0 ↺

    [?]roman » 🌐
    @hi@romanzolotarev.com

    had to cover few more use cases, but still quite minimal :

    html { font-family: sans-serif; max-width: 40rem; margin: 1rem auto; }
    img { max-width: 100%; border-radius: 0.4rem; }
    @media (max-width: 40rem) { pre { overflow-x: auto; } }

      History