Bored with common fonts in blogger ? How about 3D texts to your headings and other text stuff ? CSS can be used to create such 3D effects for your text which supported by all major browsers around web.
Example :
3D Effect
- Go to Text editor and change post editor into HTML mode .
- Copy down the code below & Replace the Red Colored Text with your Text
<style> .effect_3d { color: #000; font: 80px/100px Garamond, 'Hoefler Text', Times New Roman, Times, serif; margin-bottom: 20px; text-shadow: 0 1px 0 #999, 0 2px 0 #999, 0 3px 0 #999, 0 4px 0 #999, 0 5px 0 #999, 0 6px 0 black; </style> <div class="effect_3d">3D Effect</div>
- Publish Post