@media print werkt niet – Probleem opgelost

@media print werkt niet – Probleem opgelost

@media print werkt niet? Zodra je de website wilt afdrukken vervalt alle CSS? Daar kun je gek van worden, maar gelukkig hebben we de oplossing gevonde...
Make div block not auto stretch to container width

Make div block not auto stretch to container width

Okay now what if, you have a container and place a div in it and this div auto stretches to the full width of the container. What if you don’t w...
css crop image to fit div

css crop image to fit div

Crop images to fit the dimensions of a div container is very easy with the following CSS lines: img { object-fit: cover; } This will center the image ...
Startpagina kolommen maken CSS

Startpagina kolommen maken CSS

Wanneer u bijvoorbeeld een startpagina maakt en de blokken met links automatisch wilt laten ordenen zonder daarvoor aparte kolommen of containers aan ...