โœ‚๏ธย CSS

Small information nuggets and recipies about CSS


(most recent on top)

@media print {
    a:after {
        content: " (" attr(href) ") ";
    }
}