Advertisement
Guest User

arkusz.css

a guest
Nov 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. #strona {font-family: Arial;
  2. width: 880px;
  3. height: 650px;
  4. margin: 0 auto;
  5. background-color:#DC143C}
  6.  
  7. #naglowek {font-family: Impact;
  8. width: 880px;
  9. height: 90px;
  10. background-color: #F08080;
  11. margin-bottom: 25px;
  12. text-align: center;
  13. font-size: 35px;
  14. color:white;
  15. text-shadow: 2px 2px 2px black;}
  16.  
  17. #lewastrona {font-family: Arial;
  18. width: 270px;
  19. height: 480px;
  20. background-color:#F08080;
  21. float: left;
  22. text-align: center;
  23. font-size:18px;}
  24.  
  25. #menu1 {font-family: Tahoma;
  26. width: 330px;
  27. height: 480px;
  28. background-color:#F08080;
  29. float: left;
  30. margin-left: 25px;
  31. text-align: center;
  32. font-size:20px;}
  33.  
  34. #menu2 {font-family: Calibri;
  35. width: 220px;
  36. height: 480px;
  37. float: right;
  38. background-color:#F08080;
  39. margin-bottom: 20px;
  40. text-align: center;
  41. font-size: 14px;}
  42.  
  43.  
  44. #stopka {font-family: Arial;
  45. width: 880px;
  46. height: 70px;
  47. background-color:#F08080;
  48. clear:both;
  49. text-align: right;
  50. color: black;
  51. text-shadow: 2px 2px 2px white}
  52.  
  53. #a1 {text-decoration: none;}
  54. #a2 {text-decoration: none;}
  55. #a3 {text-decoration: none;}
  56. #a4 {text-decoration: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement