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
/
cube-css.html
18 lines (18 loc) · 2.53 KB
/
cube-css.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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="Cube CSS is a CSS framework that is composition first and values it above everything else."><!-- Bing --><meta name="msvalidate.01" content="45CBBE1BD8265A2217DFDA630EB8F84A" /><title>Tiny Brain Fans - Cube CSS</title><link rel="stylesheet" href="tinystyle.css"></head><body>
<main id="main"><article id="content"><h1 id="title">Cube CSS</h1><p><a href="https://cube.fyi/" target="_blank">Cube CSS</a> is a <a href="css.html">CSS</a> framework that is composition first and values it above everything else. The thesis is that when things work together and have a harmony between their design and structure, the amount of work that will need to be done later will be minimal.</p>
<h2>Base CSS</h2>
<p>These are all of your resets ((removing margins, list styles, setting default image width, etc.) and basic choices that will apply to all of your <a href="html.html">HTML</a>. </p>
<h2>Composition</h2>
<p>This is where the bulk of your stylistic choices will be made and they will be made as classes that will be applied.</p>
<h2>Utilities</h2>
<h2>Block</h2>
<h2>Exception</h2>
<h2>References</h2>
<ol start="2">
<li><a href="https://every-layout.dev/layouts/stack/" target="_blank">https://every-layout.dev/layouts/stack/</a></li>
<li><a href="https://alistapart.com/article/axiomatic-css-and-lobotomized-owls/" target="_blank">https://alistapart.com/article/axiomatic-css-and-lobotomized-owls/</a></li>
<li><a href="https://every-layout.dev/rudiments/modular-scale/" target="_blank">https://every-layout.dev/rudiments/modular-scale/</a></li>
<li><a href="https://issue33.com/" target="_blank">https://issue33.com/</a></li>
<li><a href="https://github.com/hankchizljaw/modern-css-reset" target="_blank">https://github.com/hankchizljaw/modern-css-reset</a></li>
</ol>
<p class="last-modified">Last modified: 202206101419</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>