Advertisement
Matuksass

style

Nov 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. img{
  2. width: 130px;
  3. height: 100px;
  4. }
  5. .divas{
  6. width: 160px;
  7. height: 120px;
  8. }
  9. .divas2{
  10. width: 160px;
  11. height: 120px;
  12. border: 5px solid LawnGreen ;
  13. border-radius:25px;
  14. }
  15. .selected{
  16. border: 5px solid blue;
  17. border-radius:25px;
  18. }
  19. .Baigta{
  20. border-radius: 25px;
  21. width: 150px;
  22. height: 120px;
  23. border: 5px solid black;
  24. background-color: whitesmoke;
  25. }
  26. .Baigta:focus{
  27. outline:0;
  28. }
  29.  
  30. .Sveikinimas{
  31. border-radius: 25px;
  32. border: 2px solid black;
  33. width: 450px;
  34. height: 45px;
  35. background-color: yellow;
  36. font-size: xx-large;
  37. font-style: italic;
  38. color: brown;
  39. text-shadow: 1.25px 1.25px black;
  40. font-weight: bold;
  41.  
  42.  
  43. }
  44. .gridas{
  45. display: grid;
  46. grid-template-columns: 180px 180px 180px 180px;
  47. width: 750px;
  48. padding-bottom: 20px;
  49. padding-top: 20px;
  50. justify-content: center;
  51. background-color: rgba(87, 72, 53, 0.75);
  52. }
  53. .gridas2{
  54. display: grid;
  55. grid-template-columns: 180px 180px 180px 180px;
  56. width: 750px;
  57. padding-bottom: 20px;
  58. padding-top: 20px;
  59. grid-gap: 5px;
  60. justify-content: center;
  61. }
  62. .gridas3{
  63. display: grid;
  64. grid-template-columns: 120px 120px 120px 120px 120px 120px ;
  65. width: 1080px;
  66. padding-bottom: 20px;
  67. padding-top: 20px;
  68. justify-content: center;
  69. }
  70. body{
  71. background-image: url("https://hips.hearstapps.com/del.h-cdn.co/assets/15/34/768x431/gallery-1439911256-simpsons-kitchen-08152015-970x545.jpg?");
  72. background-size: cover;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement