CSS for vertically centering multiple elements.
A Pen by Joe Schmoe 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
<ul class="navigation"> | |
<li><a href="#" target="_blank"> | |
<h2>Home</h2></a> | |
<p></p> | |
</li> | |
<li><a href="#" target="_blank"> | |
<h2>Media</h2></a> | |
<p>Music/Photos</p> | |
</li> | |
<li><a href="#" target="_blank"> |
Fully functional lightbox using Jquery with both mouse and keyboard based controls for navigating images.
The thumbnails have cool hover effects with zoom icons added by CSS3 pseudo elements to save on repetitive HTML
A Pen by Stan Williams on CodePen.
Randomly moving invisible particles connected with colored lines(strokes) produces this cool effect.
Blending the colors using globalCompositeOperation gives the glaze to the ribbons
A Pen by Stan Williams on CodePen.
OlderNewer