DOUM Coding
CSS Property Explanation 7979. flex-basisYe property item ka initial size define karti hai before grow/shrink.Use Case:Agar ek box ka base width fix karna ho to flex-basis: 200px;.Example:.item { flex-basis: 200px;}Isse item hamesha 200px se start karega.If You like These types of post please like.
1 week ago | [YT] | 0
DOUM Coding
CSS Property Explanation 79
79. flex-basis
Ye property item ka initial size define karti hai before grow/shrink.
Use Case:
Agar ek box ka base width fix karna ho to flex-basis: 200px;.
Example:
.item {
flex-basis: 200px;
}
Isse item hamesha 200px se start karega.
If You like These types of post please like.
1 week ago | [YT] | 0