This is a simple question and I'm sure someone will have the answer quickly within looking at it, but my css is not working and I'm not sure what I've done wrong! Any help appreciated!
The code is below, but the link to the codepen is http://codepen.io/benyaaalex/pen/BRBMeW?editors=1000
<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>
container-fluidnot having background color, that's because there is no content inside it.container-fluiddiv, you will get a result