Which CSS framework is the best for freelance web developers ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which CSS framework is the best for freelance web developers ?

Web Development Frameworks.

6th Jun 2018, 4:13 AM
Isaac Ogunfolaju
Isaac Ogunfolaju - avatar
3 Answers
+ 3
Answer to question: Bootstrap framework. Advice: CSS frameworks may have advantages, but they also have drawbacks that are often overlooked. Be aware of those and also know the tools and APIs you have at your disposal for creating the CSS and markup of your sites and apps.
6th Jun 2018, 5:55 AM
Ryan
Ryan - avatar
+ 3
Currently it depends on you, and also on the requirements. There are frameworks that provide you with particular styles and components (like MDL or Materialize), so that your selection within a project with that style can be successful. I like to use Bulma, since I feel lighter and I do not have JS dependencies.
6th Jun 2018, 1:06 PM
Mickel
Mickel - avatar
+ 1
Also take a look at sass and less for optimizing your css. It will let you store values as variables so you can just use the variable instead of retyping everything. It gets more higher level but I suggest looking at documentation for more.
6th Jun 2018, 7:12 AM
Xpl0it
Xpl0it - avatar