User:Julian C. Leos

From OpenWetWare
Revision as of 13:46, 23 August 2014 by Julian C. Leos (talk | contribs)
Jump to navigationJump to search

hjhkj<head> <html> <head>

 <meta charset=utf-8 />
 <title>NLab </title>
 <meta http-equiv="Content-Type" content="text/html; 
       charset=iso-8859-1">

<style type="text/css">

<!--



body {

 font: 16px/1.5 verdana, helvetica-neue, helvetica, arial, san-serif;
 background: whit;
 color: #696969;
 padding: 0;
 margin: 0;

} ul {

 margin: 0;
 padding: 0;

} a {

 color: #ccc;
 text-decoration: none;

}

a:hover {

 color: #ececec;
 text-decoration: underline;

}

  1. main {
 width: 960px;
 margin: 0 auto;
 background: rgba(255, 255, 255, 0.4);

} header {

 padding: 0 10px;
 overflow: hidden;

} h1 {

 margin: 0;

}

nav ul, ul.entries {

 list-style-type: none;

} nav li a {

 float: left;
 margin: 5px; 

} .content {

 padding: 10px;

}

ul.entries li {

 position: relative;
 margin: 20px auto;
 padding: 20px;
 background: #ececec;
 width: 600px;

}

ul.entries img {

 width: 600px;

}

ul.entries li h3 {

 position: absolute;
 bottom: -18px;
 left: 17px;
 font-size: 2em;

} ul.entries a {

 color: #ececec;

} ul.entries a:hover {

 color: #fff;

}

footer {

 font-size: 0.65em;
 text-align: center;

}

</style> </head> <body>

 <div id="main">

   <header>

<img src="img/IC.jpg" align="left"/>

     <h1>Nano</h1>
   <header>

   <nav role="navigation">
     <ul>
       <li><a href="/project">Project</a></li>
       <li><a href="/background">Background</a></li>
       <li><a href="/modelling">Modelling</a></li>
       <li><a href="/experiments">Experiments</a></li>

<li><a href="/members">Members</a></li>

     </ul>
   </nav>
   <footer>
     <p>Universidad Aut&oacute;noma de Nuevo Le&oacute;n 2014. </p>
   </footer>

 </div>
 
 
 

</body> </html>