Code Pad
Code
List Code
Search Code
Images
List Images
Search Images
Login
Privacy
Home
animate underline version 2
jquery ui datepicker
js
styling css elements based on their attributes
css
animate background gradient css
css
linear gradient background with 3 colours
css
web storage testing
js
load a script based on a page condition variable
jquery
loop through elements and change the content using each and substr with jquery
jquery
mega menu testing
css
basic foundation grid layout
html
animate underline version 2
6:02 am, May 2, 2018
http://tobiasahlin.com/blog/css-trick-animating-link-underlines/
Code
html
css
js
scripts
html
Im a link in a h2 for some reason
css
a { text-decoration:none; } h2 > a { position: relative; color: #000; text-decoration: none; } h2 > a:hover { color: #000; } h2 > a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #000; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } h2 > a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
js
scripts
Download & Run
Download File
Run Demo
Re-load Preview
Preview
Aw83D