Bootstrap Cards Part – 2
Expert-led Courses: Transform Your Career – Enroll Now
Program 1
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
</head>
<body>
<div class="card" style="width:500px;">
<img class="card-img-top" src="C:\\Users\\Lenovo\\Downloads\\bird.jpg">
<div class="card-img-overlay">
<h4 class="card-title">Bird</h4>
<p class="card-text">Some text</p>
</div>
</div>
</body>
</html>
You give me 15 seconds I promise you best tutorials
Please share your happy experience on Google

