I'd just like to say, I'm very happy with the layout of my website. I've done a little bit of tweaking, and you can see the fruit of my effort! Rounded boxes, semi transparency and what not. I'll be learning some CSS along the way, so as I make changes, I'll be sure to post some code, and feel free to view the style sheet any time you want!
Here is the code to style the Blog Archive on the right. Note the "!important" parts to override other styles.
.BlogArchive { width: 200px !important; padding: 9px 15px !important; background: rgba(50,50,50,0.77) !important; border: 0 !important; color: #FFFFFF !important; -moz-border-radius: 10px !important; -webkit-border-radius: 10px !important;
No comments:
Post a Comment