CSS borders
The CSS border property gives you the option to specify the style and color of the border of an element. With this property, we now can create borders with nice effects, which can also be applied to any element.
Print This Post
How to stay A-Float in CSS
Here’s an article for beginners in the practice of CSS Layouts, my reason for writing this one came from remembering the difficulty I once had position elements in CSS. After many frustrating attempts with relative and absolute position techniques I finally found the holy grail of CSS the “Float” attribute!
Print This Post
CSS Fonts and Texts
You can define the font-style, font-weight, font-variant, font-size and font-family all at once.
Value: font-style, font-weight, font-variant, font-size and font-family
<p style="font: italic bold 20px Verdana;">Sample Text</p>
Print This Post
2 Column Layout
A common problem in CSS is the fact that if you float a div on either side of a body of text. The div will expand to fit the content. WEll how would you get your div to get to appear like its actually going all the way down the page? SIMPLE!
Print This Post
5 Big Mistakes That Bloggers Make
If you've just entered the world of blogging or if you've been blogginh for a short time and find that things are not working out as you expected, it will be worth your while to spend some time understanding the common mistakes that bloggers make, mistakes that make it hard to enjoy what should be an enjoyable, satisfying experience: Blogging!
Print This Post
