Advertisement
Guest User

Untitled

a guest
May 4th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3.     p{
  4.         text-align: justify;
  5.  
  6.     }
  7.     body {
  8.         margin-left: 25px;
  9.         margin-right: 25px;
  10.         font: Verdana;
  11.     }
  12.     hr {
  13.         border-width: 3px;
  14.         border-style: dashed;
  15.         color: red;
  16.     }
  17.     h2 {
  18.         font:"Comic Sans";
  19.         color: rgb(169,0,209);
  20.         font-size: 16pt;
  21.     }
  22.     .slika {
  23.         padding-left: 15px;
  24.         width: 250px;
  25.         height: auto;
  26.         float: left;
  27.  
  28.     }
  29.     table {
  30.         margin: auto auto auto auto;
  31.         border-style: dashed;
  32.         width: 550px;
  33.         text-indent: 6px;
  34.  
  35.     }
  36.     a:link {
  37.         text-transform: capitalize;
  38.         color: rgb(243,  91,  23);
  39.         text-decoration: none;
  40.  
  41.     }
  42.     a:hover{
  43.         color:#3B5E2B;
  44.         font-weight: bold;
  45.     }
  46. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement