# Introduction In this lab, we will learn about the Drop Cap technique in CSS. Drop Cap is a typographic technique used to add visual appeal to the first letter of the first paragraph. Through this lab, you will understand how to use the `:first-child` selector and the `::first-letter` pseudo-element to style the first letter of a paragraph in a unique and eye-catching way.
Click the virtual machine below to start practicing