5773 shaares
72 results
tagged
html
Just sane semantic styling.
<meta http-equiv="refresh" content="5" >
Use p5 syntax to generate svg
additional templates and tools:
https://tailblocks.cc/
https://merakiui.com/
https://tailwindgrids.com/
cargo alternative.
can download code.
make everything a link
<a href="pages/lists/listTransitional.html" class="entrance">Enter the kiosk</a>
.entrance {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-indent: -9999px; / we don't need to see the text, but some users and robots such as Google do /
}