D
D
darksladen2017-04-13 18:26:11
css
darksladen, 2017-04-13 18:26:11

How to make responsive websites without a grid?

I don't understand how to make responsive websites without a grid. Are media queries written directly for each block? That takes a lot of time. Or do they still make some kind of global classes to adapt blocks instead of a grid? How do cool frontend uncles do it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iBird Rose, 2017-04-13
@iiiBird

using ready-made frameworks and grids is one thing. but if a person does layout without frameworks, this does not mean that he does it without a grid. he just creates his grid.
this is how they do it. create their own grid, which will suit them in everything.

Z
zooks, 2017-04-13
@zooks

1. Yes, for each block. Here is the answer in more detail:
How do you write media queries in sass?
2. Susy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question