I'm started with bootstrap and I've run into a problem I have an html and I added a file called menu2.css to add color to the page
<link href="misEstilos/menu2.css" rel="stylesheet">
I made a modal window which appears when selecting an option from the menu
One of the problems is that when I link
<link href="css/bootstrap.css" rel="stylesheet">
the page does not load the file of menu2.css and it orders me well the content of the modal window, but on the contrary if I add
<link href="css/bootstrap.min.css" rel="stylesheet">
if you load the file menu2.css but do not order the contents of the modal window
They could guide me that I am doing wrong or how I can solve this little detail