Advertisement
totobac

Untitled

Apr 8th, 2021
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.32 KB | None | 0 0
  1. #input{
  2.     display: inline;
  3. }
  4.  
  5. #takeDate{
  6.     padding-bottom: 15px;
  7.     display: inline;
  8. }
  9.  
  10. #submition {
  11.     display: inline;
  12.     padding : 15px 32px;
  13.     font-size: 16px;
  14.     height : 40px ;
  15.     width : 40px;
  16. }
  17.  
  18. #inputdate {
  19.     margin-bottom: 15px;
  20. }
  21.  
  22. todo1[type = "checkbox"]{
  23.     display : block;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement