Introduction
In this lab, we will be learning how to use CSS transforms to center child elements both vertically and horizontally within their parent element. We will achieve this by using relative and absolute positioning, along with the transform
property and its translate
function. This lab will equip you with a useful technique for positioning content on your web pages.