49.5k views
4 votes
What is meant by ""responsive design""?

1 Answer

4 votes

Answer:

Supported by all devices,screen sizes and orientation.

Step-by-step explanation:

Responsive design mostly used in Web designs.It is the approach in which the design of the web app must respond to behavior of user and the environment also based on the platform,screen size and orientation.

This should be done by using flexible grids,layouts and some smart use of CSS .

You can also use Bootstrap for responsive designs.

User CanC
by
5.4k points