How to simply create a grid with WSS
<section class="grid-container"> <section class="grid-selector"> <p>Element 1</p> </section> <section class="grid-selector"> <p>Element 2</p> </section> <section class="grid-selector"> <p>Element 3</p> </section> </section>
An example of a grid (desktop)
Element 1
Element 2
Element 3
An example of a grid (phone)
Element 1
Element 2
Element 3
Simple grid system :