Subscribe

Entries Categorized as 'Background'

Square background

Date October 16, 2008

Sometimes simple background image like a faded square can look quite good. I would suggest to use dark colored fonts like even black (#000) will look great. Also avoid smaller fonts because background image is big. Save the image below and then use the following CSS code:
body {
background-image: url(
bg4.png);
background-repeat: repeat;
}
Download Image

Cool blue bubble background

Date September 8, 2008

Blue color background always look good and here I have made some bubbles so if you repeat this background image (it’s a small image) using the CSS code given below, you can have a nice pattern of bubbles all over the webpage. See the preview and try no to have small fonts on the page [...]

Shaded border background

Date September 2, 2008

I remember in those days of table when web designers were mostly using tables and very less CSS, if I ever have to give shaded border to a website, it was really tough and every page needed to be adjusted. Now this is simpler if we use CSS with single horizontal thin bar of background [...]

Funky colorful background

Date April 12, 2008

Now this is not for those who are into web 2.0 style designing. This funky background is best for girly sites or just any site which has no connection with business world and is straight from heart. I am providing it in PNG format which is lossless but as usual I recommend converting it in [...]

Light grey stripe website background

Date April 9, 2008

This color of background matches with website of almost any dominant shades. It looks nice and sometimes it matches so well with theme that it looks like made for your site only. Even if you have a website which is wide and covers almost entire browser area, then also I’ll recommend using a background image. [...]