It is finally about to arrive. I’ve been waiting for it almost always. I’m talking about the new version of the bootstrap graphics library (Bootstrap 5). One of my favorites is definitely the first. Removed JQuery The improvements of this new version will be aimed at making it “future-proof”, especially […]
Styles
This section is about styles, for visually appealing websites. We have the CSS, useful for defining colors, shapes and how the HTML structures will then have to be arranged within the pages.
Ready to transform your web creations from bare-bones code to visually stunning experiences? Whether you’re a complete beginner or a seasoned developer seeking to refine your skills, we’ve got the perfect blend of practical guides and creative explorations to unlock the full potential of Cascading Style Sheets.
Whether you’re itching to beautify your personal website, revamp your portfolio, or ace your next coding challenge, our CSS Tutorial Articles are your key to unlocking the magic of style. So, grab your favorite code editor, dive into our guides, and start expressing your creativity through the power of CSS!
CSS vh and vw units for responsive web sites
Let’s talk about the CSS VH and VW units.Today’s websites must adapt better and better to new generations of browsers due to the fact that there is no longer a single type of device on which our site can be viewed. There are now an infinite series of devices, including […]
Smooth hover images
Today we will see how to provoke the smooth hover of images, that is when, going with the mouse on one image you see another one. This behavior is easy when talking about other types of objects such as div or text but it is a little more complicated in […]
Footer on bottom for short contents
In this article we will discover the rules for the Perfect Footer, that can adapt for all eventualities, a css trick for all. When you have a short content (that not fill the viewport) it stay at bottom of the page, leaving space between it and short content. When you […]
Equalize boxes height with only CSS
Let’s equalize some boxes height with CSS.Sometimes it can be useful to get CSS results even if you don’t have any style libraries available. A case that has happened to me at times is the need to level the boxes in height, making them the same. This without being able […]