Skip to content

Instantly share code, notes, and snippets.

@philkeys
Created November 19, 2014 05:19
Show Gist options
  • Save philkeys/e551b46c3c30936482fc to your computer and use it in GitHub Desktop.
Save philkeys/e551b46c3c30936482fc to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="block"></div>
// ----
// libsass (v0.8.6)
// ----
$image: "http://upload.wikimedia.org/wikipedia/commons/b/b0/NewTux.svg";
.block {
background: url(#{$image}) no-repeat 50% 0;
background-size: 90%;
width: 500px;
height: 500px;
background-color: orange;
}
.block {
background: url(http://upload.wikimedia.org/wikipedia/commons/b/b0/NewTux.svg) no-repeat 50% 0;
background-size: 90%;
width: 500px;
height: 500px;
background-color: orange; }
<div class="block"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment