Amarjeet-Kaur-Gill / WebsiteDeveloper

1 stars 0 forks source link

Flexbox and Grid #4

Open Amarjeet-Kaur-Gill opened 2 months ago

Amarjeet-Kaur-Gill commented 2 months ago

Layout models for creating flexible, responsive layouts. css

Amarjeet-Kaur-Gill commented 2 months ago

.container { display: flex; justify-content: space-around; }