Skip to content

Instantly share code, notes, and snippets.

Created August 23, 2013 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/6321308 to your computer and use it in GitHub Desktop.
Save anonymous/6321308 to your computer and use it in GitHub Desktop.
PelicTech
/**
* PelicTech
*/
body{
background-color:#f8f7f6;
}
#page{
background-color:#F0F0F0;
padding:10px;
border-radius:3px;
box-shadow:0px 0px 12px #F0F0F0;
}
#nav{
width:1000px;
height:auto;
background-color:#777;
position:fixed;
margin:0px;
padding:5px;
}
#nav a{
text-decoration:none;
background-color:#777;
color:white;
font-family:Arial bold, sans;
}
#logo{
background-color:white;
width:400px;
box-shadow:0px 0px 5px #887766;
padding:0px 10px 5px 10px;
border-radius:2px;
clear:both;
}
#imageptx{
border-radius:10px;
box-shadow:5px 8px 5px #909090;
border:1px solid grey;
}
<!-- content to be placed inside <body>…</body> -->
<div id="page"><!--the page-->
<div id="nav"><a href="#">HOME </a></div>
<img src="
http://bit.ly/PELICTECH
" id="logo"/>
</div><!--end of page.-->
// 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