https://i.sstatic.net/XUCkS.png
Is there a way to change the background color of this layout to grey, excluding the top bar and bottom footer?
The layout is structured like this:
<html>
<head>
<body>
<div id="big_wrapper">
<header id="header">
<div>
<img src="content"></img>
</div>
</div>
<form>
<div class="search-box">
<input class="search-bar" type="search" name="" placeholder="Search...">
<button class="text-btn" type="submit"><i class="fa fa-search"></i></button>
</div>
</form>
</header>
<div class="meat">
'content'
</div>
</div>
</body>
</html>