HTML and CSS Reference
In-Depth Information
Back to your index.html , save it ( as often as possible ) and
refresh your web page to see the results.
The main part of the #hello container is made out
of an article on the left and a slider on the right.
The index.html converted file of Monoplate wraps
these two components into a div.article , as such:
<div class=”article c2 cf”>
<div class=”excerpt c21”>
</div><!-- end .c21 -->
<div class=”slider c22”>
</div><!-- end .slider -->
</div><!-- end .article -->
Using the “ article ” wrapper, add a div.excerpt on the
left side to include the article content (e.g. title, text
etc. ) and a div.slider on the right side.
 
Search WWH ::




Custom Search