How to change an existing website to download

So I have html, css and javascript files, they all form a tiny little web application that is required for homework for my web applications course, part of my homework is to make a bootstrap version from the internet. did.

My question is how do I convert my code to a bootable file to make my web responsive? what tricks / shortcuts can i take?

+3


source to share


2 answers


You should read the boot documentation here: http://getbootstrap.com/css/



I recommend that you start by choosing the type of container your content will use: regular or liquid (browser width 100%). With that in mind, you can start creating a responsive grid class in your divs.

+2


source


If you visit the download documentation you will be able to see exactly what Bootstrap has to offer, there is no translator that will automatically change your site for you.



This is just a case of applying bootstrap component classes to existing markup. If you read the documentation, it shouldn't be too difficult to achieve a replica of your site in Bootstrap.

0


source







All Articles