Skip to content

Instantly share code, notes, and snippets.

@rajatbarman
Created September 29, 2015 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajatbarman/77c54da55cf95c68c5bd to your computer and use it in GitHub Desktop.
Save rajatbarman/77c54da55cf95c68c5bd to your computer and use it in GitHub Desktop.
Untitled
ul {position: relative;margin: 0;padding: 0;}li {display: inline-block;width: 100px;text-align: center;border-bottom: 5px solid #ccc;}li.blue:hover ~ div {left: 200px;background: blue;}li.green:hover ~ div {left: 100px;background: green;}li.red:hover ~ div{background: red;left: 0;}div {position: absolute;height: 5px;top: 17px;width: 100px;transition: all 1s ease;left: 0;}
<section class="menu">
<ul> <li class="red">Hey</li><li class="green">Hello</li><li class="blue" >World</li>
<div></div>
</ul></section>
// alert('Hello world!');
{"view":"split","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