Hey, I am Priyank Rajai.

Exercises

  1. Center a div - I have created three divs, each 100vh height, and centered them using three different methods: flexbox, CSS Grid, and position absolute. Each method showcases a unique approach to achieving perfect alignment.
  2. Table - I have used grid to create Table view and position absolute for tooltip.
  3. Javascript - I have developed a dynamic table featuring pagination, search capabilities, and sortable row in both ascending and descending order.