Skip to content

Instantly share code, notes, and snippets.

View highlanderkev's full-sized avatar
🎯
Focusing

Kevin Patrick Westropp highlanderkev

🎯
Focusing
View GitHub Profile
@highlanderkev
highlanderkev / index.html
Created February 25, 2026 16:27
Popup/Modal without JS
<h1>Popup/Modal Windows without JavaScript</h1>
<div id="wrapper">
<p><a class="button" href="#popup1">Click Me</a></p>
<p><a class="button" href="#popup2">Click Me Too</a></p>
</div>
<div id="popup1" class="overlay">
<div class="popup">
<h2>Info box</h2>
<a class="close" href="#">&times;</a>
@highlanderkev
highlanderkev / formatting-currency-value-result.markdown
Created February 25, 2026 16:26
Formatting Currency Value: Result
@highlanderkev
highlanderkev / flip-on-click-without-js.markdown
Created February 25, 2026 16:25
Flip on click without JS
@highlanderkev
highlanderkev / index.html
Created February 25, 2026 16:18
Pure CSS Floating Label Textfield
<div class="wrapper">
<div class="material-textfield blue">
<input type="text" required/>
<label data-content="username">username</label>
</div>
<div class="material-textfield red">
<input type="password" required/>
<label data-content="password">password</label>
</div>
@highlanderkev
highlanderkev / index.html
Created February 25, 2026 16:02
Trip Cards
<link rel="stylesheet" href="https://i.icomoon.io/public/62ac9c9114/Webfont/style.css">
<div id="wrapper">
<div class="card">
<img src="http://media.expedia.com/mobiata/mobile/apps/ExpediaBooking/TabletDestinations/images/SFO.jpg" class="clip-polygon">
<div class="content">
<div class="date"><span class="numeric">26</span><span class="month">Jan</span></div>
<div class="info"><span class="trip-name">San Francisco, CA</span><span class="trip-contains"><i class="icon-flightsalt"></i> <i class="icon-hotelsalt"></i> <i class="icon-trainalt"></i> <i class="icon-trainalt"></i> <i class="icon-flightsalt"></i></span></div></div></div>
<div class="card">
<img src="http://media.expedia.com/mobiata/mobile/apps/ExpediaBooking/TabletDestinations/images/JFK.jpg" class="clip-polygon">
<div id="symbol">
</div>
@highlanderkev
highlanderkev / formatting-license-number-result.markdown
Created February 25, 2026 15:56
Formatting License Number: Result
@highlanderkev
highlanderkev / index.html
Created February 25, 2026 15:26
Pure CSS Tree
<header>
<h1>Pure <strong>CSS</strong> Tree</h1>
<p>...a folders tree view, without JS :P</p>
</header>
<ul id="compositions-list" class="pure-tree main-tree">
<li>
<input type="checkbox" id="trigger-views" checked="checked">
<label for="trigger-views">views</label>
<ul class="pure-tree">
<li class="pure-tree_link"><a href="" title="index.jade" target="_blank">index.html</a></li>