A Pen by Luis Solorzano on CodePen.
This file contains hidden or 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="date-picker"> | |
<div class="input"> | |
<div class="result">Select Date: <span></span></div> | |
<button><i class="fa fa-calendar"></i></button> | |
</div> | |
<div class="calendar"></div> | |
</div> | |
This file contains hidden or 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
<!--SOLO NUMEROS--> | |
<h1>SOLO NUMEROS</h1> | |
<input type="text" class="validar"/> |
This file contains hidden or 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="table-responsive"> | |
<table class="table table-hover" id="job-table"> | |
<thead> | |
<tr class="text-center"> | |
<th scope="col">Sr.No.</th> | |
<th scope="col">Company Name</th> | |
<th scope="col">Technology</th> | |
<th scope="col">Total Resumes</th> | |
<th scope="col">Job Title</th> | |
<th scope="col">Total Score</th> |
This file contains hidden or 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
<form action=""> | |
<div> | |
<label for="cc">Credit Card</label> | |
<!-- Set via HTML --> | |
<input id="cc" type="text" data-inputmask="'mask': '9999 9999 9999 9999'" /> | |
</div> | |
<div> | |
<label for="date">Date</label> |
This file contains hidden or 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
<section> | |
<h1>Simple material design CSS only checkbox example</h1> | |
<div class="md-checkbox"> | |
<input id="i2" type="checkbox" checked> | |
<label for="i2">Item 1</label> | |
</div> | |
<div class="md-checkbox"> | |
<input id="i1" type="checkbox"> | |
<label for="i1">Item 2</label> | |
</div> |
This file contains hidden or 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
<article> | |
<div class="cont"> | |
<h3>100: Big Ones</h3> | |
<time>JULY 26, 2016</time> | |
</div> | |
<audio class="audio" controls="controls"> | |
<source type="audio/mpeg" src="http://media.blubrry.com/codepen_radio/p/codepen-podcast.s3.amazonaws.com/100.mp3?_=1"> | |
</audio> | |
</article> |