-
When using the ampersand character remember to use it's character entity reference
https://github.com/rblancobarbara/Colmar-Academy/blob/4cab8d14ccdb411aa74d8b24ffd1baac9140c078/index.html#L212`
-
https://github.com/edson1115/colmarAcedemy/blob/master/Colmar-Academy-master/index.html#L13-L25
Your nav bar transitions flawlessly from desktop to mobile sizing, good work.
-
https://github.com/lubrind/f1-3-c2p1-colmar-academy/blob/master/colmaracademy/resources/css/style.css#L256-L313
I noticed that you do have some comments in your CSS, but you should comment further …
-
**thesis** is only an example, but make sure you use the **id** attribute for sections that are unique - see project review notes
https://github.com/DagmarTimmreck/colmar/blob/master/index.html#L18…
-
https://github.com/thomasbromehead/Colmar/blob/fb7ee24953f19a1d4e818bb8fcf1aebedb9dd8a6/Resources/style.css#L238-L271
Just a minor issue, but try to keep your code neat by eliminating these unneces…
-
Instead of using an i tag to add the copyright symbol you could have used its entity reference `©`
https://github.com/zhikyang/colmar-academy/blob/51515778d80b0103a4e49119012dbfa357d3c036/inde…
-
https://github.com/aelmadani/f1-3-c2p1-colmar-academy/blob/382d6048c27f484a20aff0c5f0c58c75d5604980/ColmarAcademy/index.html#L92
Always include descriptive alt text, this helps the visually impaire…
-
https://github.com/jcrumrine/capstone_colmar/blob/master/index.html#L62
For classes like information that are specific to this element, consider using an id instead to distinguish that it is unique…
-
https://github.com/PascalB90/colmar-cademy/blob/b69d37bf15e0c779d4d33f5801e39bd4a8ead951/index.html#L9-L11
careful when adding lots of css files, if this could be accomplished with 1, use 1. If it …
-
https://github.com/edson1115/colmarAcedemy/blob/master/Colmar-Academy-master/resources/css/style.css#L31
Add in some comments, like your HTML, to help keep your CSS nice, organized and readable.