Luke-Sheltraw / sp23-cse110-lab3

Lab 3 for CSE 110 @ UCSD, Spring 2023
0 stars 0 forks source link

[CSS Addition] Layouts #12

Closed Luke-Sheltraw closed 1 year ago

Luke-Sheltraw commented 1 year ago

What is the CSS feature that needs to be included? Implement various CSS layouts

Are there multiple ways it has to be implemented? Use flexbox and grid. Flexbox: apply flex to display, must have > 2 children without element, must use min three of the flexbox related attributes. Grid: apply grid to display, "" "" grid ""

Provide any examples None

Additional context flexbox and grid