Skip to content

Instantly share code, notes, and snippets.

@Leikam
Created August 5, 2021 13:45
Show Gist options
  • Save Leikam/7c102f170cc1bbd9fc1f381353897f3a to your computer and use it in GitHub Desktop.
Save Leikam/7c102f170cc1bbd9fc1f381353897f3a to your computer and use it in GitHub Desktop.
Untitled
ul {
padding: 0;
margin: 0;
outline: 1px solid red;
}
ul li {
list-style-type: none;
height: 40px;
padding-top: 1px;
background-image: linear-gradient(to top, transparent, red);
background-size: calc(100% - 24px) 1px;
background-repeat: no-repeat;
background-position: 50% 0%;
}
<ul>
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment