Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #tekst
  2. {
  3. text-indent: 50px;
  4. }
  5. h2
  6. {
  7. color: green;
  8. text-decoration: underline green;
  9. text-align: center;
  10. }
  11. h1
  12. {
  13. text-align: right;
  14. text-decoration: underline blue;
  15. color: blue;
  16. }
  17. #greckie_litery
  18. {
  19. list-style-type:lower-greek;
  20. border-style: dotted;
  21. border-color: red;
  22. margin: auto;
  23. width: 300px;
  24. }
  25. a
  26. {
  27. background-color: gray;
  28. color: white;
  29. text-decoration: none;
  30. }
  31. #ol1
  32. {
  33. border-style: dotted;
  34. border-color: red;
  35. margin: auto;
  36. width: 300px;
  37. list-style-image: url('ptaszekv2.png');
  38. }
  39. #ol2
  40. {
  41. border-style: dotted;
  42. border-color: red;
  43. margin-right: 35px;
  44. list-style-image: url('ptaszekv2.png');
  45. }
  46. h2:hover
  47. {
  48. color: red;
  49. text-decoration: line-through red;
  50. cursor: pointer;
  51. }
  52. a:hover
  53. {
  54. color: red;
  55. border-style: dashed;
  56. border-color: red;
  57. background-color: yellow;
  58. cursor: pointer;
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement