Bootstrap Grid not working for me

Wednesday, November 4, 2015

I want 4 columns across the screen on a regular computer monitor and I get 2 across (orders and production) then under production I get the other two. See image below



      <!DOCTYPE html>
<html lang="en">
<head>
<title>DashBoard</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://localhost/css/bootstrap.min.css">
<!-- Bootstrap core CSS -->
<link href="http://localhost/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="http://localhost/css/bootstrap-theme.min.css" rel="stylesheet">

<!-- Custom styles for this template -->
<link href="theme.css" rel="stylesheet">

https://localhost/js/jquery.min.js
http://localhost/js/bootstrap.min.js
</head>
<body>


Orders!

Production!
ON Hold


</div>
</div>
</div>
</div>





</div>
</div>


</body>
</html>


my screen

0 comments:

Post a Comment