What is the best model to follow for design in css ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the best model to follow for design in css ?

30th Apr 2018, 1:58 AM
Juan Pablo Paramo
Juan Pablo Paramo - avatar
5 Answers
+ 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.
30th Apr 2018, 2:52 AM
Mickel
Mickel - avatar
+ 4
That depends on the case. For the positioning elements I usually use the classes of Frameworks that I know (Bootstrap & Bulma).
30th Apr 2018, 3:01 AM
Mickel
Mickel - avatar
+ 1
What do you mean exactly?
30th Apr 2018, 2:46 AM
Mickel
Mickel - avatar
0
like the way to position the elements in the site
30th Apr 2018, 2:47 AM
Juan Pablo Paramo
Juan Pablo Paramo - avatar
0
what do you use the most float:left or display:flex or what ? thanks for the answer
30th Apr 2018, 2:56 AM
Juan Pablo Paramo
Juan Pablo Paramo - avatar