Guest User

Untitled

a guest
Apr 5th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.83 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Littleman</title>
  5.  
  6.  
  7.   <font color="white">
  8.  
  9.   <div class="header"><height="70" id="Insert_logo" style="background-color: #363636; display:block;" /> <h1>Website</h1></a> </div>
  10.   <h1>Welcome to my website</h1>
  11.     <p>This is a message</p> <br>
  12.    
  13.  
  14.  
  15.  
  16.  
  17. <style type="text/css">
  18. <!--
  19. body {
  20.     font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  21.     background-image: url("index.png");
  22.     margin: 0;
  23.     padding: 0;
  24.     color: #000;
  25. }
  26.  
  27.  
  28.  
  29. ul, ol, dl {
  30.     padding: 0;
  31.     margin: 0;
  32. }
  33. h1, h2, h3, h4, h5, h6, p {
  34.     margin-top: 0;   
  35.     padding-right: 10px;
  36.     padding-left: 10px;
  37. }
  38. a img {
  39.     border: none;
  40. }
  41.  
  42. a:link {
  43.     color: #42413C;
  44.     text-decoration: underline;
  45. }
  46. a:visited {
  47.     color: #6E6C64;
  48.     text-decoration: underline;
  49. }
  50. a:hover, a:active, a:focus {
  51.     text-decoration: none;
  52. }
  53.  
  54.  
  55. .container {
  56.     width: 900px;
  57.     background-color: #363636;
  58.     margin: 0 auto;
  59.     border-top-left-radius: 15px;
  60.     border-top-right-radius: 15px;
  61. }
  62.  
  63.  linked logo ~~ */
  64. .header {
  65.     background-color: #363636;
  66. }
  67.  
  68.  
  69.  
  70. .content {
  71.  
  72.     padding: 10px 0;
  73. }
  74.  
  75.  
  76. .fltrt {
  77.      
  78.     float: right;
  79.     margin-left: 8px;
  80. }
  81. .fltlft {
  82.     float: left;
  83.     margin-right: 8px;
  84. }
  85. .clearfloat {
  86.     clear:both;
  87.     height:0;
  88.     font-size: 1px;
  89.     line-height: 0px;
  90. }
  91.  
  92. li a {
  93.     display: block;
  94.     width: 60px;
  95. }
  96.  
  97. .sidebar1 {
  98.     float: left;
  99.     width: 280px;
  100.     background-color: #c55a11;
  101.     border-top-left-radius: 15px;
  102.     border-top-right-radius: 15px;
  103.     border-bottom-left-radius: 15px;
  104.     border-bottom-right-radius: 15px;
  105.     margin-left: 10px;
  106. }
  107.  
  108. .sidebar2 {
  109.     float: right;
  110.     width: 280px;
  111.     background-color: #c55a11;
  112.     padding: 5px 0;
  113.     border-top-left-radius: 15px;
  114.     border-top-right-radius: 15px;
  115.     border-bottom-left-radius: 15px;
  116.     border-bottom-right-radius: 15px;
  117.     margin-left: 10px;
  118. }
  119. .sidebar3 {
  120.     float: left;
  121.     width: 280px;
  122.     background-color: #c55a11;
  123.     padding-bottom: 10px ;
  124.     border-top-left-radius: 15px;
  125.     border-top-right-radius: 15px;
  126.     border-bottom-left-radius: 15px;
  127.     border-bottom-right-radius: 15px;
  128.     margin-left: 10px;
  129. }
  130.  
  131. </style>
  132. </head>
  133. <div class="sidebar1">
  134.     <ul class="nav">
  135.       <li><center><p>This is a message</center></p></li>
  136.     </ul>
  137.     </div>
  138.     <br />
  139.    
  140.     <div style="clear: both;">
  141. <div class="sidebar3">
  142.     <ul class="nav">
  143.       <li><center><p>This is a test message</center></p></li>
  144.     </ul>
  145.     </div>    
  146.  
  147.  
  148.  
  149. <div class="sidebar2">
  150.     <p>oh hey! Just a quick reminder that I am not responsible if you get caught using this website! </p>
  151.     </div>    
  152.  
  153. <div class="container">
  154.  
  155. <body>
  156.  
  157.  <div class="container">
  158.     </div>
  159.   <div class="content">
  160.     <center><h2>_=Site News=_<br />This a message</h2></center>
  161.     <p></p>
  162.    
  163.     </div>
  164.    </body>
  165. </html>
Advertisement
Add Comment
Please, Sign In to add comment