CSS - The Grid - Nested


/ Published in: CSS
Save to your folder(s)

Nested grids


Copy this code and paste it in your HTML
  1. .row .row {
  2. width:100%;
  3. }

Report this snippet


Comments


You need to login to view comments.