Update index.html

This commit is contained in:
sairaj mote 2023-07-17 02:07:43 +05:30
parent 745e0b068a
commit 8f2b6b5c3f

View File

@ -62,23 +62,32 @@
</div> </div>
<div> <div>
<h1 class="page__title">Overview</h1> <h1 class="page__title">Overview</h1>
<p> <div class="grid gap-2">
Component-based design is the cornerstone of the modern UI development process. With rise of <div class="div">
more UI frameworks every day, the web platform has a serious issue of fragmentation and <p>
portability. Component-based design is the cornerstone of the modern UI development process. With
</p> rise of
<p> more UI frameworks every day, the web platform has a serious issue of fragmentation and
Web components to the rescue! This is the collection of web components (WC here forward) that we portability.
use at RanchiMall, especially since we are a framework-less development environment so this was </p>
a logical choice. <p>
</p> Web components to the rescue! This is the collection of web components (WC here forward)
<h3>Features</h3> that we
<ul class="grid gap-1"> use at RanchiMall, especially since we are a framework-less development environment so
<li>Native and Cross framework support</li> this was
<li>Encapsulated style and functionality</li> a logical choice.
<li>Easy styling</li> </p>
<li>Adaptive scaling </li> </div>
</ul> <div class="grid gap-1">
<h3>Features</h3>
<ul class="grid gap-0-5">
<li>Native and Cross framework support</li>
<li>Encapsulated style and functionality</li>
<li>Easy styling</li>
<li>Adaptive scaling </li>
</ul>
</div>
</div>
</div> </div>
</section> </section>