style.css 239 B

1234567891011121314151617
  1. main {
  2. width: 80%;
  3. margin: auto;
  4. }
  5. div.item {
  6. background-color: aliceblue;
  7. border-radius: 0 10px 10px 0;
  8. border-left: 10px solid blue;
  9. padding: 10px;
  10. margin-bottom: 10px;
  11. }
  12. form textarea {
  13. width: 100%;
  14. height: 100px;
  15. }