Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. body{
  2. background:white;
  3. }
  4. .top{
  5. background:plum;
  6. text-align:center;
  7. font-style:italic;
  8. border:purple 2px solid;
  9. border-top:none;
  10. border-right:none
  11. }
  12. .naslov{
  13. background:blueviolet;
  14. text-align:right;
  15. font-family:comic sans ms;
  16. border:red 5px dotted;
  17. }
  18. .list{background:white;
  19. outline-style:double;
  20. outline-color:red;
  21. }
  22. .be{background:orchid;}
  23.  
  24. table{
  25. border-collapse: collapse;
  26. }
  27.  
  28. tr,td{
  29. border:1px white solid
  30. }
  31.  
  32. table{background:orange;
  33. font-family:cursive;
  34. }
  35. .prvi{
  36. width:80px;
  37. text-align:right;
  38.  
  39. }
  40.  
  41. .drugi{
  42. width:200px;
  43. text-align:center;
  44. background:yellow;
  45. }
  46.  
  47. .treci{
  48. width:80px;
  49. text-align:left;
  50.  
  51. }
  52.  
  53. .a{
  54. width:80px;
  55. text-align:right;
  56. background:yellow;
  57. }
  58.  
  59. .b{
  60. width:200px;
  61. text-align:center;
  62. }
  63.  
  64. .c{
  65. width:80px;
  66. text-align:left;
  67. background:yellow;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement