Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts
The Most Simple HTML Website ever.

The Most Simple HTML Website ever.

Hi guys,            For the past few days, I was busy working on a Template for website. Actually it does not need even few days to build it, It is that simple. I'm posting some screenshots of it below. If anyone would like to buy it, Contact me on jovelonline@gmail.com...

Continue Reading
Mint Green Share Box for websites

Mint Green Share Box for websites

You might have seen our older versions of sharer boxes, this is the latest of''em. here's the code.  if your using blogger, go to layouts, then add a gadget select HTML/Javascript then paste this code. leave the Title column empty. The demo, is this blog itself. <style> #joelblogsharer{ position:fixed; left:0px; bottom:0; background-color:#b8ff79; border:none; opacity:0.7; width:auto; height:auto; padding:5px...

Continue Reading
Making Text Blurry in CSS.

Making Text Blurry in CSS.

In this post, you'll see how to make any text blurry using CSS. its simple. .blur { color: transparent; text-shadow: 0 0 5px rgba(0,0,0,0.5); } The CSS selector 'text-shadow' is compatible with more browsers. after making its color transparent, and having a shadow makes it appear...

Continue Reading
Jovel's Blog Scroll bar using CSS.

Jovel's Blog Scroll bar using CSS.

.code{ background:#ffffff; font:"Courier New", Courier, monospace; padding:5px; height:auto; width:auto; border:dashed #333333; } Seeing your old scroll bar bores you ? No More Boring... here's a good looking scroll bar for websites and Blogs, Created with CSS. Best Viewed in Google...

Continue Reading
Jovel's Blog's Sharer Box, New and updated.

Jovel's Blog's Sharer Box, New and updated.

We've recently created a sharing box for blogs and websites. this one is updated of that. Better, Less Codes, Designed by Jovel's Blog, Plugins by Addthis. See the demo at Jovel's Blog Demos What he Got. Facebook Like Button Twitter Tweet Button Google +1 button....

Continue Reading
How to create a custom 404 page for blogs.

How to create a custom 404 page for blogs.

In this tutorial, I'm gonna show you how to create a custom 404 page for you blogs. See our 404 page here Step 1: Go to the blogger you want to change the 404 page>Settings>Search Preferences. Step 2: Under 'Errors and Redirections', Near 'Custom Page Not Found', Click edit. Step 3:Copy...

Continue Reading

How to add a header image to blog.

Works perfectly with Picture Window Template. To do this go to Blogger Go to template and click customize. In template designer, Click Advanced. And select Add Css. Paste this code in it. And enjoy with your new header. replace '[the url of your image]' with the image url. Without quotes. body {...

Continue Reading