Created
January 31, 2013 14:52
-
-
Save anonymous/4683360 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
body{ | |
width: 940px; | |
font-family: Century Gothic; | |
margin: 0 auto; | |
} | |
header{ | |
border-bottom: 2px solid; | |
} | |
section{ | |
height: 300px; | |
} | |
#menu{ | |
padding-top: 20px; | |
border-right: 2px solid; | |
width: 180px; | |
height: 300px; | |
position: relative; | |
left: 15px; | |
} | |
#list-menu{ | |
background-color: #CCC; | |
width: 150px; | |
height: 185px; | |
border: 2px solid; | |
padding-bottom: 20px; | |
margin-left: 6px; | |
} | |
p{ | |
font-size: 25px; | |
margin-bottom: auto; | |
margin-top: auto; | |
padding: 5px 0; | |
font-weight: normal; | |
position: relative; | |
ma | |
} | |
ul{ | |
display: inline; | |
list-style: none; | |
font-size: 19px; | |
} | |
ul li{ | |
width: 126px; | |
height: 30px; | |
margin: 1px; 0; | |
padding: 2px 11px; | |
background-color:#FFF; | |
} |
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
<header> | |
<h1>Portfolio Igor Designer</h1> | |
</header> | |
<section> | |
<div id="menu"> | |
<section id="list-menu"> | |
<p>Menu</p> | |
<ul> | |
<li>Home</li> | |
<li>Sobre</li> | |
<li>Trabalhos</li> | |
<li>Contato</li> | |
</ul> | |
</section> | |
</div> | |
</section> |
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":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment