HTML & CSS Snippets

Name:Simple Header Title
Description: A simple header title using CSS, this is also what I used for this website.

Code below...
<!-- Put the CSS style code between your header tags -->

<style type="text/css">
<!--
/* This is the CSS code, change the hex color to your likings */

.title {
   padding: 2px;
   background: #666666;
   font: bold 11px tahoma,verdana,arial,sans-serif;
   color: #FFFFFF; }

/* Play around with it and see what you can come up with =) */
-->
</style>

<!-- Now to display a title all you have to do is to use the code below -->

<div class="title">Title Goes Here</div>

« Back to HTML & CSS Snippets

Home | Site Map | Privacy Policy | Advertising | Contact Us
Copyright © 2006-2014 r2xDesign.net - All Rights Reserved.
eXTReMe Tracker