Border radius

This commit is contained in:
CHIEFSOFT\ameye
2025-11-08 20:17:41 -05:00
parent 9969af0359
commit f463c9c20c
2 changed files with 2 additions and 3 deletions
+2 -3
View File
@@ -493,8 +493,7 @@
<div class="download_icon"> <div class="download_icon">
<h2>Now Available. Download the App now</h2> <h2>Now Available. Download the App now</h2>
<span></span> <span></span>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut <p><br /></p>
labore et.Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a href="#" class="btn_light">App Store <i class="fa-brands fa-apple"></i></a> <a href="#" class="btn_light">App Store <i class="fa-brands fa-apple"></i></a>
<a href="#" class="btn_color">Play Store <i class="fa-solid fa-play"></i></a> <a href="#" class="btn_color">Play Store <i class="fa-solid fa-play"></i></a>
</div> </div>
@@ -599,7 +598,7 @@
</div><!-- END COL --> </div><!-- END COL -->
<div class="col-lg-6 col-sm-12 col-xs-12"> <div class="col-lg-6 col-sm-12 col-xs-12">
<div class="pt_faq"> <div class="pt_faq">
<img src="/asset/img/faq.jpg" class="img-fluid" alt="image"/> <img src="/asset/img/faq.jpg" class="img-fluid" alt="image" style="border-radius: 20px;"/>
</div> </div>
</div><!-- END COL --> </div><!-- END COL -->
</div><!--END ROW --> </div><!--END ROW -->
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 86 KiB