Responsive Grid Layout #codewith_muhilan #css #coding

preview_player
Показать описание
Responsive Grid Layout...🧠

Free Source Code👇

Telegram and GitHub link in Bio👆
-----------------------------------------------------------------------

Follow for more! 😊

-----------------------------------------------------------------------

-----------------------------------------------------------------------

Hashtags: #javascript #coding #logicalquestions #codewith_muhilan
Рекомендации по теме
Комментарии
Автор

The guy read the CSS Tricks guide and did this, like everyone else...

useful af

donelkotcornieh
Автор

Don’t use pixel, global REM media query’s are the way to go. Only reason to ever use pixel is for max-width containers within sections and outer padding gaps for smaller screens. Other then that, you don’t need absolute size values for anything. And tablet breakpoint starts at around 778 pixels, not 678, this includes desktop-like tablet versions from apple as well.

The layout is fire, I see a use or two for a cool web-app UI.

hitbox
Автор

I didn't know about the grid areas 😭😭😭 thank you so much

titantayeb
Автор

Only problem I see is on a high screen vertically it would be very hard to navigate, but I like the concept

George-dtil
Автор

Actually useful and well done with the visualization

sxlg_
Автор

That's a really good idea, thanks 👍

mousesunset
Автор

Can you make separate full detailed video how you make it

amritkumar
Автор

Just replace media query with a container query and u good to go

MrJloa
Автор

cool layout but this would be a pretty specific use case
generally things in the aside sections dont wrap like that on mobile

AtomicChristmas
Автор

Bro can you make such videos for android development

shaktube
Автор

Never used grid template areas, that's so cool. Enough to tempt me to go back to web dev

guestIdk-nihb
Автор

Nowadays all of this can be done using grid, without the need to resort to @media Queries

marketinginhouse
Автор

why use grid on that mobile layout?. Seems redundant.

CarlWicker
Автор

Full code link in description??
Where are your code link ?

razzabmolla
Автор

sou novo nisso então desculpem se eu estiver falambo merda, são 2 codigos um pra PC e um pra mobile?

alexandregaldino
Автор

Which programming languages do you use brother? 😅

vermillionnobody
Автор

Chat gpt : baby bas ek bar bol do mai tumko isse bhi complex layout bna kr de dungi 😂😂😂😂

Hemantdeveloper
Автор

Content overflow? No, have not heard 😅

StonHenge
Автор

But I still always worry about the compatibility of grid-template-area😵‍💫

oliver
Автор

Too much CSS for my taste, and the same result can be achieved with far less code. In addition, viewports between mobile and desktop also need to be adjusted.

Font sizes should never be specified in fixed pixels, instead work with EM or REM. I would also use EM or REM for media queries, container queries and spacing.

Nice for beginners to learn, but not recommended beyond that.

nbotz