« Trying new Blog authoring client | Main | How to leverage the web when starting your next company »
August 11, 2004
New look and simpler 3 column format...
Thanks Brad for sharing your style sheet! You did a very smart thing by deleting the #Container piece. Then you don't have to worry about making the left and right parts float in relation to the container like I do. By just deleting that the 3 column deal is much easier to code. Also, thanks for pointing out the improved readability of the color #000000 over #666666. It makes the text pop! So I changed all my colors to that where I want it to pop. I also changed the font size from x-small to 11px. I belive it is only two points larger, but it makes a readability difference. Thanks!
#center {
float: left;
width: 650px;
overflow: hidden;
}
.content {
padding: 15px 15px 5px 15px;
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}
#left {
float: left;
width: 200px;
background-color: #FFFFFF;
overflow: hidden;
}
#right {
float: left;
width: 200px;
background-color: #FFFFFF;
overflow: hidden;
}
.content p {
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 140%;
text-align: left;
margin-bottom: 10px;
}
Posted by Martin at August 11, 2004 10:01 AM
Trackback Pings
TrackBack URL for this entry:
http://www.nwventurevoice.com/cgi-bin/mt-tb.cgi/1272
Comments
Post a comment
Thanks for signing in, . Now you can comment. (sign out)
(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)