This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassless-css.html
11 lines (11 loc) · 2.24 KB
/
classless-css.html
1
2
3
4
5
6
7
8
9
10
11
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="description" content="Making webpages that rely only on the semantic HTML benefits the users and developers alike."><!-- Bing --><meta name="msvalidate.01" content="45CBBE1BD8265A2217DFDA630EB8F84A" /><title>Tiny Brain Fans - Classless CSS</title><link rel="stylesheet" href="tinystyle.css"></head><body>
<main id="main"><article id="content"><h1 id="title">Classless CSS</h1><p>Making websites that are 100% reliant on the basic HTML elements leads to resilient websites that don't tangle themselves too deeply with many-to-many issues of class-based styling. By designing websites to be classless as early as possible, you are deferring as much work as possible on the browser, which makes your life much easier once you need to customize.</p>
<h2>References</h2>
<ol>
<li><a href="https://github.com/dbohdan/classless-css" target="_blank">https://github.com/dbohdan/classless-css</a></li>
<li><a href="https://mblode.github.io/marx/" target="_blank">https://mblode.github.io/marx/</a></li>
<li><a href="https://github.com/dohliam/dropin-minimal-css" target="_blank">https://github.com/dohliam/dropin-minimal-css</a></li>
<li><a href="https://github.com/kevquirk/simple.css" target="_blank">https://github.com/kevquirk/simple.css</a></li>
<li><a href="https://oxal.org/projects/sakura/" target="_blank">https://oxal.org/projects/sakura/</a></li>
</ol>
<section id="backlinks"><details><summary>Backlinks</summary><ul><li><a href="minimalist-css.html">Minimalist CSS</a></li></ul></details></section><p class="last-modified">Last modified: 202206210634</p></article></main><footer><nav><a href="index.html">Sitemap</a></nav><div class="social"><p>Built using <a href="http://codeberg.org/milofultz/swiki" target="_blank" rel="noopener noreferrer">{{SWIKI}}</a></p><p><a href="http://codeberg.org/milofultz/" target="_blank" rel="noopener noreferrer">Codeberg</a></p><p><a href="http://milofultz.com/" target="_blank" rel="noopener noreferrer">milofultz.com</a></p><p><a href="https://merveilles.town/@milofultz" target="_blank" rel="me noopener noreferrer">Mastodon</a></p></div></footer></body></html>