Skip to content

Instantly share code, notes, and snippets.

@Leolik
Last active January 12, 2016 00:33
Show Gist options
  • Save Leolik/a1d8cf4f773993457df4 to your computer and use it in GitHub Desktop.
Save Leolik/a1d8cf4f773993457df4 to your computer and use it in GitHub Desktop.
Untitled
body {
background: cyan;
min-height: 100%;
}
li {
display: inline-block;
list-style: none;
overflow: hidden;
}
li:first-child a {
padding-top: 18px;
border-radius: 100%/60% 0 0
}
li:last-child a {
border-radius: 50% 50% 0 0/ 11%
}
a {
display: block;
padding: 20px 60px 10px;
margin: 0 -20px;
color: #000;
font: normal 16px Arial;
text-transform: uppercase;
text-decoration: none;
background: #fff;
}
<ul>
<li><a href="#">Habiter</a></li>
<li><a href="#">Investir</a></li>
</ul>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment