Last active
January 1, 2018 12:25
-
-
Save girs1982/65af8fb9779c95883646ee284d576b31 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#menu{margin:0;padding0;font-size:20px;color:white;} | |
#menu ul ul{display:none;} | |
#menu li{display:inline-block;float:left;background:green;padding:25px;} | |
#menu li:hover{background:pink;height:30px;} | |
#menu li:hover>ul{display:block;} | |
#ziga{margin:0;padding:0;color:black; | |
width:50px; | |
} | |
#ziga:hover{color:white;margin:0;padding:0;} | |
#ziga li {float:center;} | |
#zigor{padding:0;margin:0;color:red; | |
width:50px; | |
height:160px;}#zigor:hover{color:white;margin:0;padding:0;} | |
#zigor li{display: inline;float:center;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="menu"><ul> | |
<li>Gansta-Paradise<ul> | |
<li>gansta</li> | |
</ul></li> | |
<li>zopo | |
<ul id="ziga"> | |
<li>zopo</li> | |
<li>zopo</li> | |
<li>zopo</li></ul> | |
</li></li> | |
<li>zopo</li> | |
<li>zopo | |
<ul id="zigor"> | |
<li>zopo</li> | |
<li>zopo</li> | |
<li>zopo</li></ul> | |
</li> | |
</ul> | |
<li>PROFILE</li> | |
<li>USER THEMES</li> | |
</div> | |
<br> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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