How To Build A Magazine Layout With CSS Grid Areas - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3) +--- Thread: How To Build A Magazine Layout With CSS Grid Areas (/showthread.php?tid=86659) |
How To Build A Magazine Layout With CSS Grid Areas - InsiteFX - 02-07-2023 How To Build A Magazine Layout With CSS Grid Areas RE: How To Build A Magazine Layout With CSS Grid Areas - Codinglander - 02-08-2023 Very nice, thanks 4 sharing ! RE: How To Build A Magazine Layout With CSS Grid Areas - captain-sensible - 02-09-2023 bootstrap from the guys that did twitter i believe allows use of a grid, but after some messing about I find that the other option that bootstrap gives called "flexbox" seem to suit me better. And if you work with SASS form of Bootstrap then you have even more tools than plain css RE: How To Build A Magazine Layout With CSS Grid Areas - InsiteFX - 02-10-2023 I also use Bootstrap, but I posted this because I thought it would be of intrest to new users. RE: How To Build A Magazine Layout With CSS Grid Areas - captain-sensible - 02-10-2023 well yeah , i don't think you jump straight in with SASS grunt or gulpfile ; so yes beneficial to those new to front end . RE: How To Build A Magazine Layout With CSS Grid Areas - Dreyer - 02-11-2023 Perfect for beginners like me because it's described step by step and good to understand. |