Guest User

Untitled

a guest
Apr 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. html{
  2. background-image:url(bg.jpg)
  3. }
  4.  
  5. div#main{
  6. margin: 0 auto;
  7. width:900px;
  8. }
  9. div#content{
  10. width:900px; color:#f1f7e2;
  11. }
  12.  
  13. div#banner{
  14.  
  15. width:880px;
  16. height:90px;
  17.  
  18. }
  19.  
  20. div#article
  21. {background-color:#4fa9b8;
  22. border-radius: 15px; padding:20px;
  23. text-align:justify;
  24. text-shadow: 2px 2px 2px #000;
  25. }
  26.  
  27. div#header{font-size:30px;
  28. background-image:url(header.png);
  29. width:900px; height:43px;
  30. position:relative;
  31. text-align:center;}
  32.  
  33. .rounder{
  34. border-radius: 15px;
  35. }
  36.  
  37. div#nav{position:relative;
  38. left:150px;
  39. top:20px;
  40. }
  41.  
  42. p#copy{position:relative;
  43. left:320px;
  44. }
Add Comment
Please, Sign In to add comment