Excellent job in making your HTML clean and well structured. The indentation clearly reflects the relationships (parent/child) of the elements, making it easy to follow what is going on.
Your CSS too, is clear and well structured -- good to see you using comments to mark the different sections.
Excellent job in making your HTML clean and well structured. The indentation clearly reflects the relationships (parent/child) of the elements, making it easy to follow what is going on.
Your CSS too, is clear and well structured -- good to see you using comments to mark the different sections.
One suggestion would be to include blank lines either side of your comment lines, to visually break up the code. For example: https://github.com/BuddyCooper44/colmar-academy/blob/e9ab06954c7d05fbe4dddf5022df3a1c7976cf4a/resources/css/style.css#L39-L48 should look more like this...