Alternatives to white
Alternatives to white…
A civil engineer with a longlife fondness for Software Libero
Alternatives to white…
The text-wrap property allows you to control how text is wrapped * { text-wrap: pretty; } h1,h2,h3,h4,h5,h6 { text-wrap: balance; /* it works well with text-align: center */ } From…
A List of Static Site Generators A list of headless content management systems Most of them are Free as in Freedom software.
CSS for printing to paper I do like articles explaining how to use CSS for printing!
Trunk | Build, bundle & ship your Rust WASM application to the web
Angie, an efficient, powerful, and scalable web server,forked from nginx by some of its former devsto extend the functionality far beyond the original.
A curated list of server applications with support for the ActivityPub protocol (Fediverse network) and related standards.
Home Getting Started Learn More Community BlogOSv is the open-source versatile modular unikernel designed to run unmodified Linux applications securely on micro-VMs in the cloud. Built from the ground up…
An article, talk, or tool that focuses on HTML every day until Christmas. Source: HTMHell Advent Calendar 2023 – HTMHell
This css one liner can define how your site looks on a device with dark mode set in the browser settings. @media (prefers-color-scheme: dark) Or if your main style is…