How to make responsive websites without using grid css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make responsive websites without using grid css?

29th Dec 2023, 4:18 AM
Sachin Bhujel
Sachin Bhujel - avatar
8 Answers
+ 1
Use this .container { display: flex; flex-wrap: wrap; } .item { flex: 1; /* Adjust flex properties as needed */ }
29th Dec 2023, 4:24 AM
Swati
+ 1
Use display: flex;
29th Dec 2023, 4:21 AM
Atul
+ 1
Use display flex
31st Dec 2023, 3:45 AM
Kalyan Chauhan
Kalyan Chauhan - avatar
+ 1
You can use flex 💪
31st Dec 2023, 3:46 AM
Adarshi
+ 1
Swati thanks 🙏 Next Time..
31st Dec 2023, 3:49 AM
Sachin Bhujel
Sachin Bhujel - avatar
+ 1
Kalyan Definitely 😁
31st Dec 2023, 3:51 AM
Sachin Bhujel
Sachin Bhujel - avatar
0
Atul ok Brother
31st Dec 2023, 3:48 AM
Sachin Bhujel
Sachin Bhujel - avatar
0
Adarshi okay
31st Dec 2023, 3:51 AM
Sachin Bhujel
Sachin Bhujel - avatar