skip to Main Content

Theming in SCSS design system

I am working on design system in SCSS and struggling to setup themes. I have so far achieved a lot with help of one answer on this platform but need some further assistance. I have created a mixin for theme…

VIEW QUESTION

Html – CSS Border-box issue, How can I explain this?

https://codepen.io/Eugene-73/pen/mybEbMW body { display: flex; } .section { width: 1260px; } .speakers { display: flex; flex-wrap: wrap; justify-content: center; } .speaker { width: 418px; /* Если поставить 420px то 3 столбец съедет вниз, почему так??? Эти 2 пикселя от бордера,…

VIEW QUESTION
Back To Top
Search