Project based Learning using HTML CSS JS - Day 16
Today's day 16 Goal is to Build and learn by creating a 6 content cards in Html & CSS from YT Tutorial.
HTML
how to create 6 divs in html?
Write the following code. shortcut div.cards*6
<div id="cards">
<div class="card"></div>
<di...
dheerajy1.hashnode.dev1 min read