I very much like the background, however it does look a bit odd with the black background of the tables. Unfortunately the same pattern behind the text would make the text very difficult to read. Perhaps if the individual tables were not broken up by the pattern and had a solid background while the pattern only appeared on the sides, it might help.
But all in all, I think I like where this is headed.
Try adding #main { width:410px; float:left; background-color:black; padding: 2px; } You might play around with that. That will fix some of the issues with the blog posts.
3 comments:
I very much like the background, however it does look a bit odd with the black background of the tables. Unfortunately the same pattern behind the text would make the text very difficult to read. Perhaps if the individual tables were not broken up by the pattern and had a solid background while the pattern only appeared on the sides, it might help.
But all in all, I think I like where this is headed.
That is actually what I was trying to go for--solid black down the center--but I'm having some trouble figuring it out.
Try adding
#main {
width:410px;
float:left;
background-color:black;
padding: 2px;
}
You might play around with that. That will fix some of the issues with the blog posts.
Post a Comment