Advertisement
Guest User

css

a guest
Dec 15th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. .TEST{
  2. margin-top:25px;
  3. font-weight: bold;
  4. font-size: 30px;
  5. }
  6. .napis {
  7. color: #2b542c;
  8. font-size: 20px;
  9. }
  10. .napisTest{
  11. color: red;
  12. text-decoration: line-through;
  13. }
  14. .jasnyZielony {
  15. float:left;
  16. width: 650px;
  17. height: 128px;
  18. border: 2px solid limegreen;
  19. text-align: center;
  20. }
  21. .jZ{
  22. padding-top: 14px;
  23. height: 44px;
  24. transform: translateX(-10px);
  25. }
  26. .ciemnyNiebieski {
  27. margin-left: 15px;
  28. display:inline-block;
  29. width: 260px;
  30. height: 42px;
  31. border:2px solid #014c8c;
  32. }
  33. .ciemnyZielony {
  34. float: right;
  35. width: 900px;
  36. height: 204px;
  37. border: 2px solid #2b542c;
  38. margin-top: 50px;
  39. margin-right: 20px;
  40. }
  41. .czerwonyLewy {
  42. float: left;
  43. height: 77px;
  44. width: 77px;
  45. border: 3px solid red;
  46. margin: 10px;
  47. position: relative;
  48. }
  49. .czerwonyPrawy {
  50. float: right;
  51. height: 177px;
  52. width: 587px;
  53. border: 3px solid red;
  54. margin: 10px;
  55. padding-top: 0;
  56. }
  57. .zielonyKropki {
  58. height: 68px;
  59. width: 498px;
  60. border: 2px dotted #2b542c;
  61. text-align: center;
  62. margin-top: 55px;
  63. margin-left: 50px;
  64. }
  65. .niebieski {
  66. position: absolute;
  67. top: 63px;
  68. left:620px;
  69. height: 100px;
  70. width: 300px;
  71. border: 3.5px solid #66ffff;
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement