from2ality
1 week ago[Web dev for beginners] CSS layout: flexbox, grid, media queries and container queries
CSS provides a variety of services for web content: In the previous chapter, we used it to format content: to change colors, typefaces, etc. In this chapter, we will use it to lay out content: to place HTML elements on a page. Almost all of the diagrams in this blog post were created via HTML and CSS. You can check out the originals here: html/css-layout.html

