Responsive website [closed]

-3

Someone can help me to put on the website that I am developing to what they say to be responsive , that is, when I access through a smarthphone the website adjusts to the smartphone and minimizes the window of the browser on the desktop / laptop the website fit it?

What I saw was style this: link

But I wanted it for my site and I'm not able to put it, the site adjusts to the size of the window in which it is being viewed.

Greetings and Thanks

    
asked by anonymous 19.01.2017 / 23:31

1 answer

1

Leave a responsive site is not like adding a feature on your site, so it is necessary a specific style of practice for this, things that go from good use of units of measurement (%, em, px, vw, etc.). ) to good use of breckpoints. It is critical to have at least intermediate css knowledge to make a website really responsive.

One thing that can help your life a lot is the use of CSS libraries, the most used and very easy to use is the bootstrap, it has a grid system that greatly facilitates the process of leaving a site responsive . I recommend that you read one in his documentation and see if it might be useful to you. But above all I recommend that you learn about the basics of css.

Bootstrap link: link

    
20.01.2017 / 01:08