You're viewing old version number 1. - Current version
Creating a simple theme for an article page
Need to simply what I currently use:
<body>
<div id="page"> <!-- used by mmenu -->
<header>
</header>
<nav>
</nav>
<section>
<article>
<div id="content">
<div id="maincontent">
</div>
</div> <!-- close id content -->
</article>
<footer>
</footer>
</section>
</div> <!-- close id page -->
</body>
From JR's : articles
48 words - 401 chars
created on
- #
source
- versions
Related articles
Breaking the web in 2014 - 2016 - May 31, 2016
Creating a simple theme for an article page - Feb 03, 2014
Simple CSS text formatting test - May 15, 2015
Parallax Web Design - Dec 20, 2013
Web vs Native apps in 2013 and beyond - Oct 22, 2013
more >>