Tag Archives: css

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

How to Styling Different Links in CSS

Apr 28, 2012

On a website, you frequently have different groups of links that may not all presumed to be looking the same. Usually, you’ll have navigation links..

Read more