Kelvineger

Untitled

Aug 17th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Meu Curriculum</title>
  5.         <meta charset="UTF-8">
  6.         <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.    
  8.     <style type="text/css">
  9.         body{
  10.             background: -webkit-gradient(linear, right top, left bottom, from(#425F9C), to(#C3DAE8));
  11.             background-size:100%;
  12.         }
  13.        
  14.         div#BoasVindas{
  15.             position: relative;
  16.             width: 100%;
  17.             height: 75px;
  18.             margin-top: 50px;
  19.             text-align: center;
  20.             font-family: Fixedsys;
  21.             text-shadow:3px 4px 2px black;
  22.         }
  23.        
  24.         .menu {
  25.             margin-top: 20px;
  26.             position: relative;
  27.             width: 100%;
  28.             text-align: center;
  29.             font-family: Fixedsys;
  30.             border: 3px white solid;
  31.             background: -webkit-gradient(linear, left bottom, right top, from(#425F9C), to(#C3DAE8));            
  32.         }
  33.  
  34.         .menu #nav li {
  35.             display: inline-block;
  36.             padding: 0px 20px 0px 20px;
  37.         }
  38.  
  39.         .menu #nav li a {
  40.             font-family: Fixedsys;
  41.             font-weight: bold;
  42.             font-size: 20px;
  43.             color: white; //cor da letra
  44.         }
  45.        
  46.         div#curriculo{
  47.             position: relative;
  48.             height: 100%;
  49.             margin-top: 10px;
  50.             margin-left: 10%;
  51.             margin-right: 10%;          
  52.         }
  53.        
  54.         div#face{
  55.             width: 15px;
  56.             height: 15px;
  57.             margin-left: 46%;
  58.         }
  59.            
  60.         div#twitter{
  61.             width: 15px;
  62.             height: 15px;
  63.             margin-left: 51%;
  64.             margin-top: -15px;
  65.         }
  66.        
  67.     </style>
  68.     </head>
  69.    
  70.    
  71.    
  72.     <body>
  73.         <div id="BoasVindas">
  74.             <font size="10" color="39598e">Meu Curriculum</font>
  75.         </div>
  76.        
  77.         <div class="menu">
  78.             <ul id="nav">
  79.                 <li><div><a href="Home.html">HOME</a> <div class="hover"></div></div></li>
  80.                 <li><div><a href="#">CURRICULLUM</a><div class="hover"></div></div></li>
  81.                 <li><div><a href="Contato.html">CONTATO</a><div class="hover"></div></div></li>
  82.             </ul>
  83.         </div>
  84.        
  85.        
  86.         <div id="curriculo">
  87.                 <iframe width="1080" height="740" src="Curriculo.pdf"></iframe>
  88.         </div>
  89.        
  90.         <div id="face">
  91.                 <a href="https://www.facebook.com/NacaoInterNews?ref=hl">
  92.                     <img width="40" height="40" src="FacebookLogo.png" style="border-radius: 5px;">
  93.                 </a>
  94.             </div>
  95.        
  96.         <div id="twitter">
  97.             <a href="https://www.twitter.com/">
  98.                 <img width="40" height="40" src="LogoTwitter.png" style="border-radius: 5px;">
  99.             </a>
  100.         </div>
  101.            
  102.        
  103.     </body>
  104. </html>
Add Comment
Please, Sign In to add comment