Created
August 23, 2013 16:28
-
-
Save anonymous/6321308 to your computer and use it in GitHub Desktop.
PelicTech
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
/** | |
* 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; | |
} |
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
<!-- 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.--> |
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