Advertisement
Guest User

Untitled

a guest
Nov 19th, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. header {
  2. text-align: center;
  3. height: 125px;
  4. width: 100%;
  5. }
  6. .right {
  7. height: 750px;
  8. width: 50%;
  9. float: right;
  10. }
  11. .left {
  12. height: 750px;
  13. width: 50%;
  14. float: left;
  15. }
  16. footer {
  17. text-align: right;
  18. height: 25px;
  19. width: 100%;
  20. clear: both;
  21. }
  22. body {
  23. background-color: beige;
  24. }
  25. .bialykwadrat {
  26. width: 300px;
  27. height: 320px;
  28. border-color: gray;
  29. border-style: solid;
  30. border-width: thin;
  31. padding: 3px;
  32. text-align: center;
  33. background-color: white;
  34. border-radius: 25px;
  35. }
  36. h2 {
  37. text-align: center;
  38. color: gray;
  39. font-weight: bold;
  40. font-size: 20px;
  41. }
  42. h3 {
  43. text-align: center;
  44. color: gray;
  45. font-weight: bold;
  46. font-size: 20px;
  47. }
  48. .wprowadz {
  49. background-color: beige;
  50. border-color: gray;
  51. border-style: solid;
  52. border-width: 1px;
  53. margin-bottom: 7.5px;
  54. border-radius: 5px;
  55. width: 80%;
  56. height: 25px;
  57. }
  58. .wysrodkowanie {
  59. display: flex;
  60. justify-content: center;
  61. text-align: center;
  62. }
  63.  
  64. input[type=button]{
  65. background-color: #dbe2df;
  66. border-style: solid;
  67. border-width: 1px;
  68. border-color: #b7bfbf;
  69. border-radius: 5px;
  70. height: 25px;
  71. margin-bottom: 5px;
  72. margin-right: 1px;
  73. }
  74. .bialykwadrat1 {
  75. width: 450px;
  76. height: 320px;
  77. border-color: gray;
  78. border-style: solid;
  79. border-width: thin;
  80. padding: 3px;
  81. text-align: center;
  82. background-color: white;
  83. border-radius: 25px;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement