DOUM Coding
CSS Property Explanation 8585. repeat()Ye property grid me multiple columns/rows banane ke liye shortcut hai.Use Case:Agar 3 equal columns chahiye to likho repeat(3, 1fr).Example:.grid { grid-template-columns: repeat(3, 1fr);}Isse 3 equal columns ban jayenge.If You like These types of post please like.
7 hours ago | [YT] | 1
DOUM Coding
CSS Property Explanation 85
85. repeat()
Ye property grid me multiple columns/rows banane ke liye shortcut hai.
Use Case:
Agar 3 equal columns chahiye to likho repeat(3, 1fr).
Example:
.grid {
grid-template-columns: repeat(3, 1fr);
}
Isse 3 equal columns ban jayenge.
If You like These types of post please like.
7 hours ago | [YT] | 1