1

Is it possible to add a boostrap nav bar to a impress.js site? I'm having trouble integrating it, and I don't understand how to use multiple CSS style sheets for my site (first time web builder).

Any thoughts? All ideas are welcome, since I'm a moron with this stuff.

2 Answers2

0

You could have a look at http://www.scala-tour.com/#/welcome I've just stumbled upon it and they're using impress.js and a bootstrap menu together.

Nightscape
  • 485
  • 5
  • 11
0

Just add a link tag in head:

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

And let the <nav></nav> outside of <div id="impress"></div>.

Grey Li
  • 11,664
  • 4
  • 54
  • 64