1
0
mirror of https://github.com/jdan/98.css.git synced 2025-09-02 02:12:44 +02:00

basic template setup

This commit is contained in:
Jordan Scales
2020-04-21 12:37:59 -04:00
parent dd3922d691
commit a3f9651982
5 changed files with 48 additions and 6 deletions

View File

@@ -166,8 +166,8 @@
</p>
<div class="example">
<input type="checkbox" id="example1">
<label for="example1">This is a checkbox</label>
<input type="checkbox" id="example<%= getNewId() %>">
<label for="example<%= getCurrentId() %>">This is a checkbox</label>
<details>
<summary>Show code</summary>
@@ -188,8 +188,8 @@
<div class="example">
<div class="field-row">
<input checked type="checkbox" id="example2">
<label for="example2">I am checked</label>
<input checked type="checkbox" id="example<%= getNewId() %>">
<label for="example<%= getCurrentId() %>">I am checked</label>
</div>
<div class="field-row">
<input disabled type="checkbox" id="example3">