Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 14th, 2012  |  syntax: HTML  |  size: 0.46 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2.  
  3. <head>
  4.         <title> Davidi leht =] </title>
  5.  
  6.         <style type="text/css">
  7.         head, body {
  8.                 background-color:#f5f5f5;
  9.                 margin:0px;
  10.                 padding:0px;   
  11.         }
  12.        
  13.         .main{
  14.                 border-style:solid;
  15.         border-width:1px;
  16.         border-color:black;
  17.         border-radius:10px;
  18.         -moz-border-radius:10px;
  19.         background-color:#FFFFFF;
  20.         padding:10px;
  21.         margin:50px;
  22.         }
  23.         </style>
  24. </head>
  25.  
  26. <body>
  27.  
  28.         <div class="main">
  29.                 <h3> See on davidi test =]</h3>
  30.         </div>
  31.  
  32. </body>
  33.  
  34. </html>