Your code should be easy to read :book: so its easy to understand for anyone coming to look at your code. Its good practice to decide on a way to write before starting and then stick with this throughout the project :ok_hand: to stop inconsistencies such as in your css where there is a variety of blank lines or no blank lines between classes. Sometimes there are blank lines inside the classes which also makes it hard to read.
Your code should be easy to read :book: so its easy to understand for anyone coming to look at your code. Its good practice to decide on a way to write before starting and then stick with this throughout the project :ok_hand: to stop inconsistencies such as in your css where there is a variety of blank lines or no blank lines between classes. Sometimes there are blank lines inside the classes which also makes it hard to read.