bootstrap HTML question - Joomla! Forum - community, help and support
hi all
i have started coding own bootstrap template , wondering if tell me if correct way lay out.
i have watched several videos on lynda.com , think have got right reassurance forum. no means expert html!
this how have laid out:
<!-- wrapper -->
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div id="wrapper">
</div>
</div>
</div>
</div>
<!-- header -->
<div class="row-fluid">
<div class="span12">
<div id="header">
<h1></h1>
<h2> </h2>
</div>
</div>
</div>
does know if can double selectors on these elements looks like
<div class="span12 header"> </div>
this cut down on number of lines in html can style header own selector.
many thanks
keith
i have started coding own bootstrap template , wondering if tell me if correct way lay out.
i have watched several videos on lynda.com , think have got right reassurance forum. no means expert html!
this how have laid out:
<!-- wrapper -->
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div id="wrapper">
</div>
</div>
</div>
</div>
<!-- header -->
<div class="row-fluid">
<div class="span12">
<div id="header">
<h1></h1>
<h2> </h2>
</div>
</div>
</div>
does know if can double selectors on these elements looks like
<div class="span12 header"> </div>
this cut down on number of lines in html can style header own selector.
many thanks
keith
all need yes correct no try doing way!
Comments
Post a Comment