Advertisement
pan7nikt

linki\ignaczak.css

May 19th, 2022
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. body
  2. {
  3.     background-color: lightblue;
  4. }
  5.  
  6. table
  7. {
  8.     width: 90%;
  9.     border-style: solid;
  10.     border-width: 2px;
  11.     border-color: gray;
  12. }
  13.  
  14. tr,td
  15. {
  16.     margin-left: 25px;
  17.     margin-right: 25px;
  18. }
  19.  
  20. input
  21. {
  22.     margin-top: 1%;
  23.     transition: width 0.4s ease-in-out;
  24.     background-image: url("paste.png");
  25.     background-repeat: no-repeat;
  26.     border-radius: 8px;
  27. }
  28.  
  29. button
  30. {
  31.     margin-top: 1%;
  32.     background-color: gray;
  33.     border-style: none;
  34.     border-radius: 8px;
  35.     color: white;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement