File tree 1 file changed +17
-11
lines changed
docs/typography/text-decoration
1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -79,17 +79,23 @@ <h3 class="f6 ttu tracked mt0">Text Decoration</h3>
79
79
</ article >
80
80
< div class ="ph3 ph5-ns pt4 pb5 ">
81
81
< h3 class ="f5 mb4 pb2 bb "> Examples</ h3 >
82
- < h3 class ="f5 fw4 pt4 "> Text Decoration None</ h3 >
83
- < a href ="# " class ="no-underline "> Text Decoration None on a Link</ a >
84
- < h3 class ="f5 fw4 pt4 "> Text Decoration Underline</ h3 >
85
- < p class ="underline measure ">
86
- Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
87
- tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
88
- vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
89
- no sea takimata sanctus est Lorem ipsum dolor sit amet.
90
- </ p >
91
- < h3 class ="f5 fw4 pt4 "> Text Decoration Strikethrough</ h3 >
92
- < p class ="strike "> Lorem ipsum dolor sit amet</ p >
82
+ < h4 class ="f5 fw6 pt4 "> Text Decoration None</ h4 >
83
+ < code class ="f6 db ">
84
+ <a class="no-underline">no-underline</a>
85
+ </ code >
86
+ < a class ="db no-underline mt2 "> no-underline</ a >
87
+ < h4 class ="f5 fw6 mt5 "> Text Decoration Underline</ h4 >
88
+ < code class ="f6 ">
89
+ <p class="underline">underline.</p>
90
+ </ code >
91
+ < p class ="underline ">
92
+ underline.
93
+ </ p >
94
+ < h4 class ="f5 fw6 mt4 "> Text Decoration Strikethrough</ h4 >
95
+ < code class ="f6 ">
96
+ <p class="strike">strike.</p>
97
+ </ code >
98
+ < p class ="strike "> strike</ p >
93
99
< div class ="mt5 cf ">
94
100
< div class ="dib mr4 ">
95
101
< h4 class ="f6 fw6 "> Previous</ h4 >
You can’t perform that action at this time.
0 commit comments