How does CSS grid differ from using the "float" property for creating layouts?
Monday, 07 August 2023
by EITCA Academy
CSS grid and the "float" property are two different approaches to creating layouts in web development. While the "float" property was commonly used in the past, CSS grid provides a more modern and powerful way to achieve complex layouts with less code and greater flexibility. The "float" property was originally designed to allow images and
Why did we not use Flexbox in the previous episode?
Monday, 07 August 2023
by EITCA Academy
In the previous episode of our web development series on creating a responsive cases website example, we did not use Flexbox for several reasons. Flexbox is a powerful CSS layout module that provides a flexible way to distribute and align elements within a container. While it has many advantages, there were specific considerations that led

