Advertisement
GWibisono

hope working

May 8th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.76 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>Rio Tanning 2.0</title>
  7. <style>
  8. @charset "UTF-8";
  9. /* CSS Document */
  10.  
  11. .content {
  12.     padding:8px;
  13.     border-radius:10px;
  14.     border:4px solid #000000;
  15.     color: #FFF;
  16.     font-size: 20px;
  17.     text-align: center;
  18.     border-style: solid;
  19.     min-width:200px;
  20.     margin:10px auto 5px;
  21. }
  22. .top {
  23.     width:99%
  24. }
  25. .mid {
  26.     width:600px
  27. }
  28. .footer {
  29.     width:90%;
  30. }
  31. @charset"UTF-8";
  32.  
  33. /*the colour*/
  34.  .white {
  35.     background-color:white;
  36. }
  37. .green {
  38.     background-color:#269999;
  39. }
  40. /* CSS Document */
  41.  .header {
  42.     width:90%;
  43.     margin:0px auto;
  44.     padding:min-width:600px;
  45.     -webkit-border-radius:20px;
  46.     -moz-border-radius:20px;
  47.     border-radius: 20px;
  48.      
  49. }
  50. .header h1 {
  51.     font-size:30px;
  52.     text-align:center;
  53.     color:#FFF;
  54. }
  55. .body {
  56.     margin:0px auto 10px;
  57.     width:50%;
  58.     min-width:600px;
  59.     text-align:center;
  60.     font-size:12px;
  61.     height: auto;
  62. }
  63. .round {
  64.     margin-top:15px;
  65.     border-radius:10px;
  66.     padding:2px;
  67.     border: 1px;
  68. }
  69. .content {
  70.     padding:8px;
  71.     border-radius:10px;
  72.     border:4px solid #000000;
  73.     color: #FFF;
  74.     font-size: 20px;
  75.     text-align: center;
  76.     min-width: 500px;
  77.    
  78.     margin: auto;
  79. }
  80. .footer {
  81.     margin:0px auto;
  82.     /* width:50%; */
  83.     min-width:600px;
  84.     font-size:10px;
  85. }
  86. .footer .copy {
  87.     float:left;
  88.     width:60%;
  89. }
  90. .footer .menu {
  91.     float:right;
  92.     width:60%;
  93. }
  94. .clear {
  95.     clear:both;
  96.     margin-top:6px;
  97.     height:10px;
  98. }
  99. .navigation {
  100.     text-align: center;
  101.     color: #2E9999;
  102.     font-family:"MS Serif", "New York", serif;
  103.     font-size: 22px;
  104.     margin-top:10px;
  105. }
  106. .contentMid{
  107.     min-width:500px;
  108.     width:60%;
  109.     margin:0 auto;
  110. }
  111. </style>
  112. </head>
  113.  
  114. <body>
  115. <div class='header round ' style='background-color:#269999;'>
  116.     <div class='content top' style='background-color:#269999;'>
  117.          <h1><img src="http://www.riotanning.com/rio_tanning_2.0/images/riotanninglogobanner.png" width="700" height="160"></h1>
  118.  
  119.     </div>
  120. </div>
  121. <!-- You should put here -->
  122. <div class='contentMid'>
  123. <p class="navigation content">Products | Accessories | Contact US
  124.     <br>
  125.     <img src="http://www.riotanning.com/rio_tanning_2.0/images/blame_on_rio_thumb_whitebackground.jpg" width="317" height="443">
  126. </p>
  127. </div>
  128.  
  129. <div class='clear'></div>
  130. <!-- put colour on below -->
  131. <div class='footer round' >
  132.     <div class='content footer' style='background-color:#269999;'>
  133.         <!-- will not working because the height will be 0-->
  134.         <div class='clear'></div>
  135.          <h1>Test</h1>
  136.  
  137.     </div>
  138. </div>
  139. </body>
  140. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement