desktop/mobile reactive website
i'm using svelte.
I'm trying to make an accessible website avialable on desktop and mobile.
(i've only made desktop styling before)
is there any tips you could give me?
(there will be more pages then the example given)
5 Replies
it's also been a few months since i've done frontend
Did you check the responsive layouts course yet? It's free (although it unlocks only 1 lesson per day, which can be a bummer for some people): https://courses.kevinpowell.co/view/courses/conquering-responsive-layouts
Kevin Powell
Kevin Powell
Do you want to learn how to make some kick-ass websites? Between teaching in a physical classroom, my YouTube channel, and the premium courses available here, I teach people how to make the web, and how to make it look good while they are at it.
no,
Usually using grid or flex and media queries to change the layout based on screen size. You could get more advanced and use container queries or flex wrap or grid min max but in general, media queries