حديقة يُوسُف الرقمية | yshalsager's Digital Garden

Home

❯

yshalsager's Digital Garden

❯

Notes

❯

Programming Notes

❯

CSS Reusable Grid

CSS Reusable Grid

Jun 20, 2022

  • ملاحظة_مؤرشفة
  • css

CSS Reusable Grid

الحالة:: ملاحظة_مؤرشفة
المعرفة:: CSS
المصدر:: Build Responsive Real-World Websites with HTML and CSS


.grid {  
  display: grid;  
  gap: 9.6rem;  
}  
  
.grid--2-cols {  
  grid-template-columns: repeat(2, 1fr);  
}  
  
.grid--3-cols {  
  grid-template-columns: repeat(3, 1fr);  
}  
  
.grid--4-cols {  
  grid-template-columns: repeat(4, 1fr);  
}  

Graph View

Backlinks

  • Build Responsive Real-World Websites with HTML and CSS Study Notes

Recent Notes

  • حديقة يُوسُف الرقمية

    Jul 16, 2026

    • ملاحظات حديقة يُوسُف الرقمية

      Jul 16, 2026

      • yshalsager's Digital Garden

        Jul 16, 2026

        Created with Quartz v5.0.0 © 2026

        • Website
        • GitHub