Skip to content

Instantly share code, notes, and snippets.

@vastus
Created August 23, 2015 17:27
Show Gist options
  • Select an option

  • Save vastus/5a40b3cda8f494b97231 to your computer and use it in GitHub Desktop.

Select an option

Save vastus/5a40b3cda8f494b97231 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div id="container">
<div id="clock">
19:03
</div>
</div>
// ----
// libsass (v3.2.5)
// ----
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
#container {
position: relative;
color: #eee;
height: 100vh;
background: black;
background: url('https://images.unsplash.com/photo-1438216983993-cdcd7dea84ce?q=80&fm=jpg&s=4141165d8e8eed56b8d9012740c4b503') 50% 75%;
}
#clock {
position: absolute;
bottom: .51em;
left: 1em;
font-size: 4em;
}
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
#container {
position: relative;
color: #eee;
height: 100vh;
background: black;
background: url("https://images.unsplash.com/photo-1438216983993-cdcd7dea84ce?q=80&fm=jpg&s=4141165d8e8eed56b8d9012740c4b503") 50% 75%;
}
#clock {
position: absolute;
bottom: .51em;
left: 1em;
font-size: 4em;
}
<div id="container">
<div id="clock">
19:03
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment