You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you can add a card that reveals more information once clicked. Just add the <codeclass="language-markup">card-reveal</code> div with a <codeclass="language-markup">span.card-title</code> inside to make this work. Add the class <codeclass="language-markup">activator</code> to an element inside the card to allow it to open the card reveal.
255
+
Here you can add a card that reveals more information once clicked. Just add the <codeclass="language-html">card-reveal</code> div with a <codeclass="language-html">span.card-title</code> inside to make this work. Add the class <codeclass="language-html">activator</code> to an element inside the card to allow it to open the card reveal.
You can add tabs to your cards by adding a dividing <codeclass="language-markup">cards-tabs</code> div inbetween your header content and your tab content.
369
+
You can add tabs to your cards by adding a dividing <codeclass="language-html">cards-tabs</code> div inbetween your header content and your tab content.
Copy file name to clipboardExpand all lines: checkboxes.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@
14
14
<divid="checkbox" class="section scrollspy">
15
15
<p>
16
16
Use checkboxes when looking for yes or no answers. The
17
-
<codeclass="language-markup">for</code> attribute is necessary to bind our custom checkbox with the input. Add the input's
18
-
<codeclass="language-markup">id</code> as the value of the <codeclass="language-markup">for</code> attribute of the label.
17
+
<codeclass="language-html">for</code> attribute is necessary to bind our custom checkbox with the input. Add the input's<codeclass="language-html">id</code> as
18
+
the value of the <codeclass="language-html">for</code> attribute of the label.
0 commit comments