Nowa strona dla HS - CSS

https://web.archive.org/web/20210318102514/https://jrl.ninja/etc/1/

when making this website, i wanted a simple, reasonable way to make it look good on most displays. not counting any minimization techniques, the following 58 bytes worked well for me:

main {
    max-width: 38rem;
    padding: 2rem;
    margin: auto;
}
1 polubienie