Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.36 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>La conshetumare</title>
  4.     <style type="text/css">
  5.  
  6.         img
  7.         {
  8.             border: 0;
  9.         }
  10.        
  11.         #container
  12.         {
  13.             margin: 0 auto;
  14.             width: 970px;
  15.         }
  16.        
  17.         #header
  18.         {
  19.             position: relative;
  20.             width: 100%;
  21.         }
  22.        
  23.         #header_photo
  24.         {
  25.             width: 100%;
  26.             position: relative;
  27.         }
  28.        
  29.         #header_menu
  30.         {
  31.             position: relative;
  32.             display: table;
  33.             margin: 0 auto;
  34.         }
  35.  
  36.         .boton_menu
  37.         {
  38.             width: 100px;
  39.             border: 1px solid #fff;
  40.             float: left;
  41.             position: relative;
  42.             background-color: #000;
  43.             text-align: center;
  44.         }
  45.        
  46.         .boton_menu:hover
  47.         {
  48.             background-color: #666;
  49.             border: 1px solid #ffff00;
  50.             text-decoration: underline;
  51.         }
  52.        
  53.         .boton_menu span
  54.         {
  55.             color: #fff;
  56.             font-size: 10px;
  57.             font-family: Arial, Helvetica, sans;
  58.         }
  59.     </style>
  60. </head>
  61.  
  62. <body>
  63. <div id="container">
  64.     <div id="header">
  65.         <div id="header_photo">
  66.             <img src="gey_con_cachitos.jpg" width="100" height="100" />
  67.         </div>
  68.        
  69.         <div id="header_menu">
  70.             <div class="boton_menu"><span>Jom</span></div>
  71.             <div class="boton_menu"><span>Micion</span></div>
  72.             <div class="boton_menu"><span>Vicion</span></div>
  73.             <div class="boton_menu"><span>Losotro</span></div>
  74.             <div class="boton_menu"><span>Fotolog</span></div>
  75.         </div>
  76.     </div>
  77.    
  78.     <div id="content">
  79.     </div>
  80.    
  81.     <div id="footer">
  82.     </div>
  83. </div>
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement