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 132B

1234567891011
  1. .menu_element {
  2. background-color: orangered;
  3. width: 50px;
  4. display: inline;
  5. }
  6. #menu {
  7. list-style-type: none;
  8. }