why margin does not work in between div of 'bootstrap col'?
http://bootply.com/84073
<div class"col-lg-12"="">
<header class="clearfix">
<section id="branding">
<a href="index.php"><img
src="https://www.google.com/images/srpr/logo4w.png"
alt=""></a>
</section>
</header></div>
I tried to add #branding{margin: 0 auto} to style the logo to the middle,
but it doesn't work
No comments:
Post a Comment