I'm facing an issue with my CSS code and I need your help to figure out what's wrong. I believe it's a simple problem that someone can quickly identify just by looking at the code. Any assistance would be greatly appreciated!
Here is the code snippet:
<head>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"/>
<style>
body {
background-color: blue;
}
.container-fluid {
margin: 5%;
background-color: red;
}
</style>
</head>
<body>
<div class="container-fluid">
</div>
</body>
If you'd like to view the code on Codepen, here is the link: http://codepen.io/benyaaalex/pen/BRBMeW?editors=1000