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
<h1>Pure CSS Select</h1> | |
<div class="select"> | |
<select name="slct" id="slct"> | |
<option selected disabled>Choose an option</option> | |
<option value="1">Pure CSS</option> | |
<option value="2">No JS</option> | |
<option value="3">Nice!</option> | |
</select> | |
</div> |
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
<button id="modal-btn" class="button">Click Here</button> | |
<div id="my-modal" class="modal"> | |
<div class="modal-content"> | |
<div class="modal-header"> | |
<span class="close">×</span> | |
<h2>Modal Header</h2> | |
</div> | |
<div class="modal-body"> | |
<p>This is my modal</p> |
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
title awakenOwl | |
echo awakenOwl in-progress.... | |
cscript awakenowl.vbs |