Creating a Koala Face with CSS Grid

# Introduction In this project, you will learn how to create a Koala face using CSS grid layout. You will create the overall face structure, draw the eyes, nose, and blush elements to complete the Koala's facial features. ## 👀 Preview ![finished](https://file.labex.io/namespace/718bace8-27a3-4200-a588-dde4041ceeb9/css/project-draw-a-koala/lab-draw-a-koala/assets/finished.png) ## 🎯 Tasks In this project, you will learn: - How to set up a grid layout for the Koala face - How to draw the eyes of the Koala - How to draw the nose of the Koala - How to draw the blush on the Koala's face ## 🏆 Achievements After completing this project, you will be able to: - Use CSS grid layout to create complex designs - Position and style various elements within a grid - Use CSS properties like `border-radius` and `background-color` to create custom shapes and designs

|60 : 00

Click the virtual machine below to start practicing