Best CSS framework? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Best CSS framework?

I can't make responsive web yet, which the size of the content of web is depend on user's device like their max height and max width availability. So my teacher taught me to use bootstrap, my question is... 1. Is every CSS framework can solve that problem? 2. Which CSS framework will you suggest me? 3. CSS framework is just normal CSS, right? I mean if i dive into the code and take some of the code which i need, will it normally work? 4. Is it better to do manual styling or using CSS framework? 5. Best way to learn style's availability in every or specific CSS framework? It's like "you can style the button in 5 ways, A will be like this etc", i learned some bootstrap's from w3schools You can just answer some, thank you for your time and answer, Master 😁 Here my very static code which force other user to play with the height and width of my device. Hope you enjoy and like it 😁. I wanna try to use max width and height but i don't know how to ☹️ https://code.sololearn.com/W88RLf0GeSgj/?ref=app

13th Nov 2020, 6:23 AM
Wan
Wan - avatar
4 Answers
13th Nov 2020, 6:58 AM
ツSampriya😘ツ
ツSampriya😘ツ - avatar
+ 2
Your answers 1. Yes I'm these day every css framework are responsive 2. I will suggest you to go with tailwind it will easier if you know css 3. You don't need to do it there is already these type of functionality available in css. Don't waste your time to dive in a ocean. 4. If you want your work faster and urgent better going with frame work. If you are learning css than do manual styling and make your concept strong 5. All frameworks are easy to use just you need to add some classes or you can say copy paste. If you will learn any framework than you understand better You shound use responsive design means Insted of px use the other responsive unit like vh,vw,%,em,rem,etc there are many And there is a property of css know as meadia query you should learn about these for not giving in thousands line of code If you still have any query you can ask Happy coading 😊
13th Nov 2020, 4:21 PM
Stuvan
Stuvan - avatar
+ 1
Bootstrap is a good one
13th Nov 2020, 6:47 AM
Anurag Chandra
Anurag Chandra - avatar
+ 1
Stuvan whoa thank you so much, really appreciate it
16th Nov 2020, 4:17 AM
Wan
Wan - avatar