Advertisement
victorumeh

dropdown form

Feb 15th, 2022
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.76 KB | None | 0 0
  1. body {
  2.   background: rgb(255, 126, 0, 0.9);
  3. }
  4.  
  5. .container {
  6.   border: 1px solid #fff;
  7.   width: 40%;
  8.   height: 300px;
  9.   margin-top: 150px;
  10.   margin-left: 30%;
  11.   border-radius: 5px;
  12. }
  13.  
  14. #option {
  15.   margin-left: 20px;
  16.   width: 200px;
  17.   height: 30px;
  18.   border-radius: 5px;
  19. }
  20. #optn {
  21.   margin-left: 39px;
  22.   width: 200px;
  23.   height: 30px;
  24.   border-radius: 5px;
  25. }
  26.  
  27. #optnn {
  28.   margin-left: 23px;
  29.   width: 200px;
  30.   height: 30px;
  31.   border-radius: 5px;
  32. }
  33.  
  34. .dustebin {
  35.   margin-top: 50px;
  36.   margin-left: 100px;
  37. }
  38.  
  39. .button {
  40.   text-align: center;
  41.   margin-left: 5px;
  42.   margin-top: 15px;
  43. }
  44. .bttn {
  45.   height: 30px;
  46.   width: 200px;
  47.   text-align: center;
  48.   border-radius: 5px;
  49.   border: none;
  50.   cursor: pointer;
  51. }
  52. label {
  53.   color: #fff;
  54. }
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement