18
18
< h1 > YAMB CSS</ h1 >
19
19
< p > YAMB («Yet Another Minimal Barebone CSS») is a < i > mostly</ i > classless, simple CSS which acts a solid starting point for
20
20
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 >
22
33
</ header >
23
34
< nav role ="navigation ">
24
- < ul >
35
+ < ul class =" no-marker " style =" padding-left: 0; " >
25
36
< li > < a href ="#text "> ❦ Text</ a > : < a href ="#text__headings "> Headings</ a > · < a
26
37
href ="#text__paragraphs "> Paragraphs</ a > · < a href ="#text__blockquotes "> Blockquotes</ a > · < a
27
38
href ="#text__lists "> Lists</ a > · < a href ="#text__hr "> Horizontal rules</ a > · < a
28
39
href ="#text__tables "> Tabular data</ a > · < a href ="#text__code "> Code</ a > · < a
29
40
href ="#text__inline "> Inline elements</ a > · < a href ="#text__details "> Details</ a > · < a
30
41
href ="#text__address "> Addresses</ a > </ li >
31
42
< 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
34
45
href="#embedded__progress">Progress</a> · --> < a href ="#embedded__svg "> Inline SVG</ a > · < a
35
46
href ="#embedded__iframe "> IFrames</ a > </ li >
36
47
< li > < a href ="#forms "> ❦ Form elements</ a > : < a href ="#forms__input "> Input fields</ a > · < a
@@ -52,7 +63,7 @@ <h3>Heading 3</h3>
52
63
< h4 > Heading 4</ h4 >
53
64
< h5 > Heading 5</ h5 >
54
65
< 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 >
56
67
</ div >
57
68
< footer >
58
69
< p > < a href ="#top "> [Top]</ a > </ p >
@@ -310,13 +321,13 @@ <h2>Video</h2>
310
321
< p > < a href ="#top "> [Top]</ a > </ p >
311
322
</ footer >
312
323
</ article >
313
- < article id ="embedded__canvas ">
324
+ <!-- < article id="embedded__canvas">
314
325
<h2>Canvas</h2>
315
326
<div><canvas>canvas</canvas></div>
316
327
<footer>
317
328
<p><a href="#top">[Top]</a></p>
318
329
</footer>
319
- </ article >
330
+ </article> -->
320
331
<!-- <article id="embedded__meter">
321
332
<h2>Meter</h2>
322
333
<div><meter value="2" min="0" max="10">2 out of 10</meter></div>
0 commit comments