Skip to content

Instantly share code, notes, and snippets.

@liz282907
liz282907 / dabblet.css
Created July 3, 2018 08:24 — forked from csssecrets/dabblet.css
Interactive image comparison - with CSS resize
/**
* Interactive image comparison - with CSS resize
*/
.image-slider {
position:relative;
display: inline-block;
}
.image-slider > div {
@liz282907
liz282907 / dabblet.css
Created July 3, 2018 03:11
Custom underlines
/**
* Custom underlines
*/
body {
font: 250%/1.6 Baskerville, Palatino, serif;
}
a {
background: linear-gradient(gray, gray) no-repeat;