David Nguyeneplus.dev·Jul 22, 2024Self review: Create a grid layoutDid you try changing the width of the viewport? Was there a visible change in the output? No Yes, but no visible changes Yes, and there were changes How many grid boxes do you see in the final output? 4 3 5 Why is the peachpuff colour ass...DiscussFrontend DeveloperHTML5
Janvi Limbasiyajavascriptlearner.hashnode.dev·Apr 10, 2023Make webpage in grid formationAs I wrote in a previous article on flex, when there is a need to arrange elements in single dimensional such as rows or columns, we use flex. But when there is a need to arrange HTML items in form of greed, that time grid is used. Grid: As the name ...Discuss·49 readsgrid layout
Shruti Balasashrutibalasa.hashnode.dev·Oct 27, 2022How do you keep the footer always at the bottom - Flexbox or Grid?You develop a perfectly looking web page with a nice footer at the bottom, deploy it and send the link to your friend. But guess what? Your friend tells you that the footer is not at the bottom. It’s floating up because your main content is too small...Discuss·12 likes·290 readsflex vs grid