Skip to content

Instantly share code, notes, and snippets.

View Inhaasap's full-sized avatar
🏠
Working from home

Inha Yurchenko Inhaasap

🏠
Working from home
View GitHub Profile
@luxplanjay
luxplanjay / flex-basis-calc.css
Last active August 9, 2024 14:19
Формула расчёта ширины flex-элемента в сетке
.element {
flex-basis: calc((100% - кол-во маржинов в строке * значение маржина) / кол-во элементов в строке);
}