Make your Webpage Responsive using CSS Grid Layout
CSS Grid is a layout consists of rows and columns , used to align items wth the help of rows and columns.
<body>
<div class="container">
<div class="item1">1</div>
<div class="item2">2</div>
<div class="item3">3</div>
</div...
xauravww.hashnode.dev6 min read