How to use Bootstrap template

1

I wanted to use the Gentelella template. I even looked for more explanations.

I need to replace an admin panel I created a few years ago with a newer one. And I saw this alternative I could not implement.

Can anyone help me get started? I just need a way to get started.

    
asked by anonymous 07.08.2017 / 23:42

1 answer

-1

For this you put inside the head a tag called link, it looks like this:

<link href="Local que vc esta puxando seu bootstrap" rel="stylesheet">

rel says this is a style sheet

Then you just put class in the html tags and name them with the names that are written to your bootstrap

    
07.08.2017 / 23:47