Guest User

todo.css

a guest
Mar 4th, 2019
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. #ToDoButton {
  2.     background-color : lightgreen;
  3.  
  4. }
  5.  
  6. body section {
  7.     border: solid 1px;
  8.     border-radius: 5px;
  9.     width: 300px;
  10.     height: 200px;
  11.     padding: 6px;
  12.     margin-top: 5px;
  13.     font-family: Helvetica;
  14. }
  15.  
  16. #entry {
  17.     width: 200px;
  18.     border-radius: 5px;
  19.     padding-left: 5px;
  20. }
  21.  
  22. ul {
  23.     list-style-type: none;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment