Skip to content

Instantly share code, notes, and snippets.

View AdamSoucie's full-sized avatar

Adam Soucie AdamSoucie

View GitHub Profile
@AdamSoucie
AdamSoucie / skip-links.css
Last active May 31, 2017 04:17
CSS styles for skip links
@AdamSoucie
AdamSoucie / gradient-underline.css
Created March 27, 2017 21:37
Link with Gradient Underline
(content body class) a
{
display: inline-block;
text-decoration: none;
text-shadow:
0.05em 0 0 white, -0.05em 0 0 white,
0 0.05em 0 white, 0 -0.05em 0 white,
0.1em 0 0 white, -0.1em 0 0 white,
0 0.1em 0 white, 0 -0.1em 0 white;
background-image: linear-gradient(to right, black 0%, black 100%);
@AdamSoucie
AdamSoucie / dropbox-link-loop-snippet.php
Created December 16, 2016 02:10
This snippet takes a Dropbox linked video file and makes it work in WordPress