Jump to content

webdevpro

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://webdesigntutorials.awardspace.biz

Profile Information

  • Gender
    Not Telling

webdevpro's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey, just tested out the code I presented in Firefox 4. Didn't quite work. Required setting margin and padding to 0 for both left and right class as below. Seems to work.
  2. .left { float: left; width: 50%; text-align: left; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#2858A6; padding-bottom:5px; border-bottom:1px dotted #DDDDDD; } .right { float: right; width: 50%; text-align: right; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:red; padding-bottom:5px; border-bottom:1px dotted #DDDDDD; } //////then your html <h2 class="left">text on the left</h2> <h2 class="right">text on the right</h2> Maybe the code above would work for you.
  3. Very clean, very web 2.0. I like it alot
  4. I like what you have currently. It is nice and quiet if you know what I mean. I think at this point though it would really help to brighten things up if you now added a contrasting color. Perhaps a red title or something more interesting in the header - a gradient, some pictures of text books, just something to bring it to life
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.