0
What is the best model to follow for design in css ?
5 ответов
+ 6
I really don't think there is anything definite. Many of the recommendations I have seen are very subjective to the experiences and tastes of the programmer.
In any case, I would highly recommend a series of things:
1. Learn about Flexbox and CSSGrid.
2. Always use relative units for the values.
Another trend is currently to maintain the code in a modular way (mainly with pre-processors) and then 'compile' them to a .css file for production.
+ 4
That depends on the case. For the positioning elements I usually use the classes of Frameworks that I know (Bootstrap & Bulma).
+ 1
What do you mean exactly?
0
like the way to position the elements in the site
0
what do you use the most float:left or display:flex or what ? thanks for the answer