Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <!-- TemplateBeginEditable name="doctitle" -->
  6. <title>Untitled Document</title>
  7. <!-- TemplateEndEditable -->
  8. <!-- TemplateBeginEditable name="head" -->
  9. <!-- TemplateEndEditable -->
  10. <style>
  11. #a {
  12.     width:153px;
  13.     border-bottom:none;
  14.     border-left:none;
  15.     border-right:none;
  16.     border-left:none;
  17.     height:50px;
  18.     float:left;
  19.     text-align:center;
  20.     border:1px solid red;
  21.     margin:auto;
  22.     padding:16px 0;
  23.     box-sizing:border-box;
  24.     color:blue;
  25. }
  26. #b {
  27.     width:152px;
  28.     height:50px;
  29.     border-bottom:none;
  30.     border-left:none;
  31.     border-right:none;
  32.     border-left:none;
  33.     float:right;
  34.     text-align:center;
  35.     border:1px solid red;
  36.     margin:auto;
  37.     padding:16px 0;
  38.     box-sizing:border-box;
  39.     color:blue;
  40. }
  41. #c
  42. {
  43.     width:395px;
  44.     height:50px;
  45.     border-bottom:none;
  46.     border-left:none;
  47.     border-right:none;
  48.     border-left:none;
  49.     margin:auto;
  50.     text-align:center;
  51.     border:1px solid red;
  52.     padding:16px 0;
  53.     box-sizing:border-box;
  54.     color:blue;
  55. }
  56. body
  57. {
  58.     width:702px;
  59.     height:600px;
  60.     border:1px solid red;
  61.     margin:auto;
  62.     box-sizing:border-box;
  63.    
  64.     }
  65. #tu
  66. {
  67.    
  68.     text-align:center;
  69.     border:1px solid red;
  70.     border-bottom:none;
  71.     border-left:none;
  72.     border-right:none;
  73.     border-left:none;
  74.     margin:auto;
  75.     width:140px;
  76.     height:auto;
  77.     float:left;
  78.     padding:2px 0;
  79.     box-sizing:border-box;
  80.     color:blue;
  81.     background-color:pink;
  82. }
  83. #tu:hover {
  84.     background-color: yellow;
  85. }
  86.  
  87. #dinhmenh {
  88.     text-align: center;
  89.     border-bottom:none;
  90.     border-left:none;
  91.     border-right:none;
  92.     border-left:none;
  93.     margin: auto;
  94.     float: left;
  95.     height: 450px;
  96.     width: 100px;
  97.     border: 1px solid #F00;
  98.     padding:200px 0;
  99.     box-sizing:border-box;
  100.     color:blue;
  101. }
  102. #hoho
  103. {
  104.     text-align: center;
  105.     margin: auto;
  106.     float: left;
  107.     height: 450px;
  108.     width: 500px;
  109.     border: 1px solid #F00;
  110.     box-sizing:border-box;
  111. }
  112. #yolo
  113. {
  114.     text-align: center;
  115.     margin: auto;
  116.     float: left;
  117.     height: 50px;
  118.     width: 702px;
  119.     padding:25px 0;
  120.     box-sizing:border-box;
  121.     color:blue;
  122. }
  123. </style>
  124. </head>
  125.  
  126. <body>
  127.     <header>
  128.         <p id="a">Left logo </p>
  129.         <p id="b">Right logo</p>
  130.         <p id="c">Banner</p>
  131.     </header>
  132.     <nav>
  133.       <p id="tu">Home</p>
  134.       <p id="tu">News</p>
  135.       <p id="tu">Product</p>
  136.       <p id="tu">About</p>
  137.       <p id="tu">Login</p>
  138.       <p id="dinhmenh">Left aside</p>
  139.       <p id="hoho"></p>
  140.       <p id="dinhmenh">Right aside</p>
  141.       <p id="yolo">Footer</p>
  142.     </nav>
  143.     <a href="../Home.html"></a>
  144. </body>
  145. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement