You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 satır
275B

  1. p {
  2. background-color:yellow;
  3. }
  4. h1 {
  5. text-align: center;
  6. text-decoration: #1ABC9C;
  7. }
  8. div {
  9. width: 300px;
  10. margin: auto;
  11. text-align: left;
  12. }
  13. hr {
  14. width: 100px;
  15. border: 10px solid green;
  16. border-radius: 5px;
  17. }
  18. li{
  19. padding-bottom:15px;
  20. }