Jun 30, 2012
Notepad is one of the text editors that you can use to create a Cascading Style Sheet (CSS) document. once you create a CSS file..
Read moreJun 29, 2012
Do you want to center your website content to create equal sized borders to the left and right but want the text to remain left..
Read moreJun 26, 2012
Outer DIV <div id=”outer” style=”width:100%”> <div id=”inner”>Foo foo</div> </div> You can apply this CSS to the inner div: #inner { width: 50%; margin: 0px..
Read moreJun 18, 2012
Every now and then, a particular post needs to be styled with some custom css styles. Sure, you can directly insert CSS in your post,..
Read moreJun 06, 2012
Different browsers have different default styling for headings – the h1, h2, h3, etc. tags. (Default Heading Styling). However, with a little bit of CSS,..
Read moreMay 10, 2012
With CSS, you have some options for styling list bullets. For example, disk, circle, square, etc. But what if you would like to use a..
Read more