Use bootstrap elements in blocs

Hi, can anyone explain me how to implement bootrsap elements in blocs? is it possible to do? there are many interesting elements here:

I really appreciate your help
tx

Hey @davideakadudu, you can. First ensure the one you are using is for Bootstrap 4 not 3. There were big changes between them.

Copy the relative html code to a code widget in blocs and and copy the CSS to your page header, copy any JavaScript to the page footer.

You won’t need all the HTML and you will need to put the CSS between < style > tags and the JavaScript between < script > tags

Some of these you can actually build in blocs already.

1 Like

@PeteSharp thank you very much. I’ll try it as soon as possible. can you make a little video tutorial to show how to do?