Advertisement
Cassimus

style

Feb 22nd, 2025
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #calaStrona{
  2. border: 4px solid red;
  3. background-color: white;
  4. border-radius: 10px;
  5. width: 1000px;
  6. margin-left: auto;
  7. margin-right: auto;
  8. text-align: center;
  9. opacity: 0.9;
  10. padding: 20px;
  11.  
  12. }
  13.  
  14. #naglowek{
  15. border: 5px solid green;
  16. }
  17.  
  18. #nawigacja{
  19. border: 4px solid pink;
  20. background-color: #ffd86b;
  21. border-bottom-left-radius: 10px;
  22. border-bottom-right-radius: 10px;
  23. }
  24.  
  25. .main-menu{
  26. display: inline;
  27. padding: 20px;
  28. }
  29.  
  30. a{
  31. text-decoration: none;
  32. border-bottom: 3px solid transparent;
  33. padding-bottom: 3px;
  34. font-size: 20px;
  35. }
  36.  
  37. a:hover{
  38. border-bottom: 2px solid black;
  39. transition-duration: 0.4s;
  40. }
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47. #calaStrona{
  48. border: 4px solid red;
  49. background-color: white;
  50. border-radius: 10px;
  51. width: 1000px;
  52. margin-left: auto;
  53. margin-right: auto;
  54. text-align: center;
  55. opacity: 0.9;
  56. padding: 20px;
  57.  
  58. }
  59.  
  60. #naglowek{
  61. border: 5px solid green;
  62. }
  63.  
  64. #nawigacja{
  65. border: 4px solid pink;
  66. background-color: #ffd86b;
  67. border-bottom-left-radius: 10px;
  68. border-bottom-right-radius: 10px;
  69. }
  70.  
  71. .main-menu{
  72. display: inline;
  73. padding: 20px;
  74. }
  75.  
  76. a{
  77. text-decoration: none;
  78. border-bottom: 3px solid transparent;
  79. padding-bottom: 3px;
  80. font-size: 20px;
  81. }
  82.  
  83. a:hover{
  84. border-bottom: 2px solid black;
  85. transition-duration: 0.4s;
  86. }
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement