HackYourFuture / Assignments

This repository contains all of the homework exercises that need to be handed in for the HackYourFuture curriculum.
Other
9 stars 95 forks source link

Browsers week 1: separation of concerns #62

Closed tomasvanrijsse closed 2 years ago

tomasvanrijsse commented 2 years ago

Student think that they aren't allowed to change the HTML or add CSS in a separate file.

Actually I could not imagine I have the right creating a CSS file for styling. I thought I am not permitted to change HTLM structure.

It would be good to explain this clearly that it is permitted and even preferred way to solve the exercises.

One way to tell them is by adding a CSS file with write your style here for every exercise.