Skip to content

Instantly share code, notes, and snippets.

View felixmosh's full-sized avatar

Felix Mosheev felixmosh

View GitHub Profile
@felixmosh
felixmosh / dabblet.css
Created March 9, 2018 12:40 — forked from anonymous/dabblet.css
Playing with background-attachment
/**
* Playing with background-attachment
*/
pre {
max-height: 150px;
border: 1px solid silver;
overflow: auto;
background: url('http://via.placeholder.com/350x150');
color: white;