/* ekstrastil.css, oppg. 11 i øvelse 2, 9. september 2022 */

ul { 
  background-color: red;
  border: 2px solid blue;
  padding: 20px;
}
