Category Archives: CSS

How to make a Simple CSS Stylesheet

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 more

How to Center Content with Picture on

Jun 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 more

How to Horizontally Center DIV in DIV

Jun 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 more

How to Insert Css into WordPress Post

Jun 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 more

How to Style Headings in Css

Jun 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 more

How to Display Bullet Images with CSS

May 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