Card layout with top menu bar
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>MyPortfolio - Free Template by Templatefusion.org</title> <style type='text/css'> /* CSS Document */ body{ background-color:#112231; color: #FAFAFA; font-family:Arial; } #wrap{ text-align:center; margin:0 auto; } .header{ background-image:url(59_myportfolio-images/header.jpg); width:645px; height:160px; text-align:center; margin:0 auto; } .header p { font-size:24px; width:645px; height:160px; position:relative; top:105px; left:95px; text-align:left; } .header p span { color:#9bd0df; font-weight:bold; font-style:italic } .header p sup { font-size:9px; } .header a { text-decoration:none; color:#FFFFFF } #navigation{ background-image:url(59_myportfolio-images/navigation.jpg); width:647px; height:58px; text-align:center; margin:0 auto; } #body{ background-color:#9ad1e0; width:643px; border-left:#49a5bf 2px solid; border-right:#49a5bf 2px solid; font-size:12px; text-align:center; margin:0 auto; text-shadow:#000000; } #body p{ padding-left:20px; padding-right:20px; text-indent:30px; margin:0; padding-top:5px; text-align:left; } #body img { border:#FFFFFF 7px solid; text-align:center; margin-left:15px; } #body h1{ font-family: Trebuchet MS; font-size:18px; text-align:left; padding-left:20px; margin:0; padding-top:5px; padding-bottom:5px; } #footer{ font-family: Trebuchet MS; font-size:12px; padding-top:10px; background-image:url(59_myportfolio-images/footer.jpg); width:647px; height:46px; text-align:center; margin:0 auto; } .glossymenu{ position: relative; padding-right:20px; padding-left:20px; margin: 0 auto 0 auto; background: url(59_myportfolio-images/menur_bg.gif) repeat-x; /*tab background image path*/ height: 46px; list-style: none; padding-top:10px; } .glossymenu li{ float:left; } .glossymenu li a{ float: left; display: block; color:#FFFFFF; text-decoration: none; font-family: Trebuchet MS; font-size: 12px; padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/ height: 46px; line-height: 46px; text-align: center; cursor: pointer; } .glossymenu li a b{ float: left; display: block; padding: 0 20px 0 8px; /*Padding of menu items*/ } .glossymenu li.current a, .glossymenu li a:hover{ color: #fff; background: url(59_myportfolio-images/menur_hover_left.gif) no-repeat; /*left tab image path*/ background-position: left; } .glossymenu li.current a b, .glossymenu li a:hover b{ color: #fff; background: url(59_myportfolio-images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/ } a { color:#FFFFFF; } </style> </head> <body> <div id="wrap"> <div class="header"><p>My<span>Portfolio</span><sup>By <a href="http://templatefusion.org">TemplateFusion.org</a></sup></p> </div> <div id="navigation"> <ul class="glossymenu"> <li><a href="#" class="current"><b>Home</b></a></li> <li><a href="#"><b>Portfolio</b></a></li> <li><a href="#"><b>Services</b></a></li> <li><a href="#"><b>About Us</b></a></li> <li><a href="#"><b>Client Testimonials</b></a></li> <li><a href="#"><b>Contact</b></a></li> </ul> </div> <div id="body"> <h1>MyPortfolio - A Free CSS Template by TemplateFusion.org</h1> <p>This is a free template released by <a href="http://templatefusion.org">Template Fusion</a> for personal or commercial use. It is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/2.5/ca/">Creative Commons Attribution 2.5 Canada License</a>. That pretty much means you can use it in any way you want, but you MUST have "attribution" to <a href="http://templatefusion.org">TemplateFusion</a>, in the form of a link in your footer. However you can get permission for legal copyright removal, it costs a mere 10 dollars. <a href="http://templatefusion.org/remove-copyright.php">Visit here</a> if you want to learm more. </p> <h1>A PSD of this design is avaliable</h1> <p> If you would like the original PSD of this design to make modifications or have the higher end graphics, you can download the .PSD for 20$. With the PSD no attribution to templatefusion is required. If your interested in obtaining the .psd, <a href="http://templatefusion.org/get-psd.php">click here</a>. </p> <h1>Check Out TemplateFusion for Free Templates and Webmaster Articles! </h1> <p>Our main website <a href="http://templatefusion.org">templatefusion.org</a>, not only offers all of our avaliable free templates (and some not avaliable outside the websites), but it also offers <a href="http://templatefusion.org/premium-templates.php">proffesional premium templates</a>, and <a href="http://templatefusion.org/articles.php">amazing webmaster articles</a> such as <a href="http://templatefusion.org/articles.php#monetize">making easy money off your website</a> with <a href="http://templatefusion.org/articles/money4banners.php">money4banners</a>, <a href="http://templatefusion.org/articles/textlinkads.php">textlinkads</a>, and <a href="http://templatefusion.org/articles.php">more</a>...</p> <h1>Our Latest Website Designs</h1> <a href="http://learn-poetry.com"><img src="59_myportfolio-images/portfolio1.jpg" alt="portfolio1" /></a> <a href="http://sean-pollock.com"><img src="59_myportfolio-images/portfolio2.jpg" alt="portfolio2" /></a> <a href="http://whois-it.info"><img src="59_myportfolio-images/portfolio3.jpg" alt="portfolio3" /></a> <a href="http://templatefusion.org"><img src="59_myportfolio-images/portfolio4.jpg" alt="portfolio4" /></a> </div> <div id="footer">©2007 All Rights Reserved • My Site • Design by <a href="http://templatefusion.org">TemplateFusion</a> | <a href="http://free-templates.ru">free-templates.ru</a></div> </div> </body> </html>