The class = "round-img" is having default value of border-radius
of 50% explicitly.
Usages
Hello World!
This is paragraph.
To achieve the above Images design, you need to follow the
following code:
< -- For Text with Image -->
<div class="card-img">
<img src="url" alt="image" />
<div class="card_data">
<h1>Hello World </h1>
<p>This is paragraph.</p>
</div>
</div>
Card with Dismiss
Card with Dismiss will help you to close the dialog/popup message.
Usages
This is dialog
To achieve the above Images design, you need to follow the
following code:
<div class="card-dismiss">
<div class="card_header">
<i class="fa fa-close"></i>
</div>
<div class="card-data">
<h1>This is Card with Dismiss</h1>
</div>
</div>
Ecommerce Card
Ecommerce component will help you to list your products on your
web page.
Usages
NEW
Apple
Iphone 13 Pro Max
Rs. 89,1000 Rs. 90,000 (22% OFF)
To achieve the above Images design, you need to follow the
following code: