HTML

🤔 How to use it in HTML ????

Simple, just select CSS properties you want, right click, and choose what pattern you wanna apply into sorting functionality. It has two functionalities or concept, that's smaller to bigger and bigger to smaller.

Before :

html-example-1

Single sort (smaller to bigger) :

html-example-2

Single sort (bigger to smaller) :

html-example-3

But, you can select selector too, not just the properties if you want single sort functionality.

html-example-4


html-example-5

Multiple sort (smaller to bigger) :

html-example-6

Multiple sort (bigger to smaller) :

html-example-7

If you use media query :

html-example-8

Go to top 👆