-
Seen here: https://github.com/pbachman6/Colmar-Academy/blob/8a9799bd468003f2dba8e8d2a9809ef401430947/resources/css/style.css#L451-L455
I noticed you were missing your media queries on this project.…
-
Header tags (h1, h2, h3...) represent different values/importance of the header. The h1 tag is used to create the main topic/title of the page, h2's are for the title of sections, and so on and so for…
-
You should avoid using absolute paths such as `file:///Users/danealdenjutila/Downloads/capstone_colmar_assets/images/ic-logo.svg` when linking images to a project. The reason for this is because when …
-
Be careful when combining padding, margin and even border combined with `width: 100%;`
Right now the padding on your header is expanding it beyond 100% width which is causing your site to have a side…
-
_NOTE: Always conduct a peer-review with your peers in Slack, this will improve performance and ability to problem solve!_ 💯
Your project contains little to no errors Faizan, I went ahead and rev…
-
This is a very roundabout relative path to your css and if the project folder is renamed it will break. What your path is saying is "go up one directory level out of the project folder, then back into…
-
Best practice tip: if you have a class name that is made up of multiple words, separate them out with hyphens. Ex: ``class="super-container"``. Your approach is also correct, but it's kind of an estab…
-
The problem with using background images here is that it is going to be hard to maintain the images natural ratio. Your mobile images are to blocky because of this. The general rule of thumb for backg…
-
Bonjour M. Séguy,
je viens de retrouver dans le grenier de mes parents ma copie de DAMS pour laquelle j'avais économisé mon argent de poche étant gamin.
Le jour venu (à la FNAC de Colmar), je me…
zindy updated
3 months ago
-
https://github.com/thomasbromehead/Colmar/blob/fb7ee24953f19a1d4e818bb8fcf1aebedb9dd8a6/index.html#L4
I'm not sure if this worked on your computer, but be sure to properly link your CSS file. You f…