Skip to content

Commit 87b6421

Browse files
committed
add feature list
1 parent abded6a commit 87b6421

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

index.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,30 @@
1818
<h1>YAMB CSS</h1>
1919
<p>YAMB («Yet Another Minimal Barebone CSS») is a <i>mostly</i> classless, simple CSS which acts a solid starting point for
2020
your own work.<br>
21-
Project at <a href="https://github.com/runxel/yamb-css">GitHub</a>.</p>
21+
Project at <a href="https://github.com/runxel/yamb-css">GitHub</a>.
22+
</p>
23+
<h2 id="features">Features</h2>
24+
<ul class="no-marker">
25+
<li>🏝 easy to use, since it is mostly classless</li>
26+
<li>💻 easy to hack on: it's plain simple CSS, no preproccesors involved!</li>
27+
<li>🎨 easy to customize, since there are a lot of CSS variables defined</li>
28+
<li>🔋 Batteries included!</li>
29+
<li>⚡ lightweight at just 10kb minified</li>
30+
<li>🌚 dark mode's built in!</li>
31+
<li>📰 even comes with a print stylesheet (no joke)</li>
32+
</ul>
2233
</header>
2334
<nav role="navigation">
24-
<ul>
35+
<ul class="no-marker" style="padding-left: 0;">
2536
<li><a href="#text">❦ Text</a>: <a href="#text__headings">Headings</a> · <a
2637
href="#text__paragraphs">Paragraphs</a> · <a href="#text__blockquotes">Blockquotes</a> · <a
2738
href="#text__lists">Lists</a> · <a href="#text__hr">Horizontal rules</a> · <a
2839
href="#text__tables">Tabular data</a> · <a href="#text__code">Code</a> · <a
2940
href="#text__inline">Inline elements</a> · <a href="#text__details">Details</a> · <a
3041
href="#text__address">Addresses</a></li>
3142
<li><a href="#embedded">❦ Embedded content</a>: <a href="#embedded__images">Images</a> · <a
32-
href="#embedded__audio">Audio</a> · <a href="#embedded__video">Video</a> · <a
33-
href="#embedded__canvas">Canvas</a> · <!-- <a href="#embedded__meter">Meter</a> · <a
43+
href="#embedded__audio">Audio</a> · <a href="#embedded__video">Video</a> · <!-- <a
44+
href="#embedded__canvas">Canvas</a> · --> <!-- <a href="#embedded__meter">Meter</a> · <a
3445
href="#embedded__progress">Progress</a> · --><a href="#embedded__svg">Inline SVG</a> · <a
3546
href="#embedded__iframe">IFrames</a></li>
3647
<li><a href="#forms">❦ Form elements</a>: <a href="#forms__input">Input fields</a> · <a
@@ -52,7 +63,7 @@ <h3>Heading 3</h3>
5263
<h4>Heading 4</h4>
5364
<h5>Heading 5</h5>
5465
<h6>Heading 6</h6>
55-
<small>If you're in need of deeper levels than 3, you're doing it wrong.</small>
66+
<small>(If you're in need of deeper levels than 3, you're doing it wrong.)</small>
5667
</div>
5768
<footer>
5869
<p><a href="#top">[Top]</a></p>
@@ -310,13 +321,13 @@ <h2>Video</h2>
310321
<p><a href="#top">[Top]</a></p>
311322
</footer>
312323
</article>
313-
<article id="embedded__canvas">
324+
<!-- <article id="embedded__canvas">
314325
<h2>Canvas</h2>
315326
<div><canvas>canvas</canvas></div>
316327
<footer>
317328
<p><a href="#top">[Top]</a></p>
318329
</footer>
319-
</article>
330+
</article> -->
320331
<!-- <article id="embedded__meter">
321332
<h2>Meter</h2>
322333
<div><meter value="2" min="0" max="10">2 out of 10</meter></div>

0 commit comments

Comments
 (0)