top | item 22893362

(no title)

tianreyma | 5 years ago

Only issue I'm having is the alignment (Firefox 75 on Linux). Which looking at the source they're using the align attribute on the body which only works on divs in firefox.

If it's helpful for the author I was able to do a quick fix for myself with Stylus by adding: body { text-align: center; }

Another option would be warping everything that needs to be centered in a div and putting the align attribute on that.

discuss

order