Eine kleine super Übung zum Kennenlernen.
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.

index_styles.css 156B

123456789101112
  1. .menu_element {
  2. background-color: orangered;
  3. display: inline;
  4. font-size: 400%;
  5. margin: 0.8rem;
  6. }
  7. #menu {
  8. list-style-type: none;
  9. }