Skip to content

Instantly share code, notes, and snippets.

@halfninja
Last active October 20, 2018 19:00
Show Gist options
  • Save halfninja/60dec352aaa01ec344d5693c01cb7cf0 to your computer and use it in GitHub Desktop.
Save halfninja/60dec352aaa01ec344d5693c01cb7cf0 to your computer and use it in GitHub Desktop.
Untitled
**
* attr()
*/
html {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
.increds {
background-image: url('https://i.giphy.com/media/dJGYFScvBjfRabiH7m/giphy.gif');
background-size: attr(data-bgsize);
width: 300px;
height: 200px;
}
<div class=increds data-bgsize="cover"></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment