Skip to content

Instantly share code, notes, and snippets.

@kuanhsuh
Last active November 8, 2018 03:53
Show Gist options
  • Save kuanhsuh/0a08a28b5fad9694302292aeaf19a671 to your computer and use it in GitHub Desktop.
Save kuanhsuh/0a08a28b5fad9694302292aeaf19a671 to your computer and use it in GitHub Desktop.
<div class="main"></div>
.main {
widht: 300px;
height: 700px;
background: linear-gradient(to bottom, rgba(23,191,171,1) 11%,rgba(159,216,239,0) 50%,rgba(156,216,238,0) 51%,rgba(23,191,171,1) 100%), url("https://fakeimg.pl/500x500") no-repeat center/cover;
}
// CSS highlight underscore
box-shadow: inset 0 -4px 0 #0be6af;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment