Pure CSS Website
51–60 of 103 posts
Re: Pure CSS Website
#52I built this website to see what was possible with only one div, and a stylesheet. No JS, No other HTML, just CSS. Source: https://github.com/archiewood/pure-css-site
After examples showcased at https://a.singlediv.com/ , I would not be surprised by anything...
Re: Pure CSS Website
#53Re: Pure CSS Website
#54Previous work in this field: https://mathiasbynens.be/demo/css-without-html - completely empty html, doesn't seem to work on Mac Safari any more, does work on Firefox for me. See https://css-tricks.com/using-css-without-html/ if you want to know how it works. https://web.archive.org/web/20160420232319/cj-johnson.github... (original copy defunct) - kinda broken now, the source is just a single (if you ignore all the s…
Re: Pure CSS Website
#55I built this website to see what was possible with only one div, and a stylesheet. No JS, No other HTML, just CSS. Source: https://github.com/archiewood/pure-css-site
After examples showcased at https://a.singlediv.com/ , I would not be surprised by anything...
Re: Pure CSS Website
#56Re: Pure CSS Website
#57Using pure CSS to make a 3D "game engine": https://keithclark.co.uk/labs/css-fps/
Re: Pure CSS Website
#58Nice work! It’s possible to get rid of even that single div - https://35bytes.maczan.pl/
Yeah I was about to mention that there was no need for the div, the body selector should be enough. You could even remove the link tag and use the link header in the http response instead https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Li...