0

i download bootstrap 4 version for web development but in node_modules>bootstrap>dist>CSS> bootstrap.min.CSS is not there and in the online trainer link this file with html so what file i select to linked

1 Answers1

0

I'am afraid you may have downloaded the wrong one. Have you downloaded from the official bootstrap site:

https://getbootstrap.com/docs/4.0/getting-started/download/

You will find the file in the folder css > bootstrap.min.css

You can copy that and put it in the project you are working on.

theFrontEndDev
  • 890
  • 1
  • 17
  • 41