Skip to content

Instantly share code, notes, and snippets.

@gkweb
Last active November 24, 2020 00:00
Show Gist options
  • Save gkweb/17e2c11ef572e0e5c1473268b77a984c to your computer and use it in GitHub Desktop.
Save gkweb/17e2c11ef572e0e5c1473268b77a984c to your computer and use it in GitHub Desktop.
TODO - Placeholder
// DEMO: https://codepen.io/gkweb/pen/QWEeBeV
.todo {
opacity: 0.25;
padding: 2rem 1rem;
margin-bottom: 1rem;
background: repeating-linear-gradient(
-45deg,
transparent,
transparent 5px,
rgba(66, 66, 66, 0.15) 3px,
rgba(99, 99, 99, 0.15) 9px
),
linear-gradient(to bottom, #eee, #999);
& > span {
padding: 0.5rem;
background-color: white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment