A Pen by silicon_hacker on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="rapper"> | |
<div class="zeyo-accordion"> | |
<h1>ACCORDION</h1> | |
<div class="zeyo-accordion__middle-section"> | |
<div class="zeyo-accordion__drop-down-section"> | |
<input class="zeyo-accordion__heading-checkbox" type="checkbox" checked> | |
<h1 class="zeyo-accordion__heading">Features</h1> | |
<ul class="zeyo-accordion__link-list"> | |
<li><a href="#">About</a></li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="rapper"> | |
<div class="zeyo-accordion"> | |
<h1>ACCORDION</h1> | |
<div class="zeyo-accordion__middle-section"> | |
<div class="zeyo-accordion__drop-down-section"> | |
<input class="zeyo-accordion__heading-checkbox" type="checkbox" checked> | |
<h1 class="zeyo-accordion__heading">Features</h1> | |
<ul class="zeyo-accordion__link-list"> | |
<li><a href="#">About</a></li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="checkbox" name="droid" id="C3PO" value="C3PO" checked="checked"> | |
<label for="C3PO">C-3PO</label> | |
<input type="checkbox" name="droid" id="R2D2" value="R2D2"> | |
<label for="R2D2">R2-D2</label> | |
<input type="checkbox" name="droid" id="GENERAL GRIEVOUS" value="GENERAL GRIEVOUS"> | |
<label for="GENERAL GRIEVOUS">GENERAL GRIEVOUS</label> |
A Pen by silicon_hacker on CodePen.
A Pen by silicon_hacker on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="block-table" id="applicant-table"> | |
<div class="record header"> | |
<div class="center x1">Actions</div> | |
<div class="x1">First Name</div> | |
<div class="x2">Last Name</div> | |
<div class="x4">Work Authorization</div> | |
<div class="right x4">Experience</div> | |
<div class="x3">City</div> | |
<div class="x3">State</div> |
A Pen by silicon_hacker on CodePen.
A Pen by silicon_hacker on CodePen.
A Pen by silicon_hacker on CodePen.