Created
June 27, 2013 19:27
-
-
Save aaazalea/5879581 to your computer and use it in GitHub Desktop.
HPAC site
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
/** | |
* HPAC site | |
*/ | |
#header ul { | |
list-style: none; | |
padding:0; | |
margin:0; | |
text-align:center | |
} | |
.title1{ | |
text-align: center; | |
font-size:30; | |
} | |
#header li { | |
display: inline; | |
border: solid; | |
border-radius:5px; | |
border-width: 1px; | |
margin: 0 4.5em 0 0; | |
background-color:lightblue; | |
font-size:16px; | |
} | |
.col{ | |
display:table-cell; | |
border-radius:5px; | |
background:#f45; | |
border-width:10px; | |
border-color:blue; | |
height:100%; | |
padding-left:1em; | |
} | |
.container{ | |
display:table; | |
border-spacing:5px; | |
width:100%; | |
height:600px; | |
} | |
#header li a { | |
padding: 0 1em; | |
} | |
#header #selected { | |
padding-bottom: 1px; | |
background: white; | |
} |
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
<link href='http://fonts.googleapis.com/css?family=Lato:700' rel='stylesheet' type='text/css'> | |
<body> | |
<div id="header"> | |
<div style="font-size:30px;text-align:center">HPAC Site</div><br> | |
<ul> | |
<li id="selected"><a href="#">Home</a></li> | |
<li><a href="#">Recent HPAC Activity</a></li> | |
<li><a href="#">Game</a></li> | |
<li><a href="#">Resources</a></li> | |
</ul> | |
</div> | |
<div id="content" class="container"> | |
<div class="col" style="width:20%"><p> | |
Blah Blah | |
</p> | |
</div> | |
<div class="col" style="width:60%"><p> | |
Blah Blah | |
</p> | |
</div> | |
<div class="col" style="width:20%"><p> | |
Blah Blah | |
</p> | |
</div> | |
</body> |
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":"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