
Bored with common fonts in Your blogger ? How about 3D texts to your headings and other text stuff ? CSS(cascading Style Sheets) can be used to create such 3D effects to your texts in your blog.Blur texts, shaded texts ,Three Dimension (3D) will make your text more beautiful. These effects are supported by all the web browser and your reader wouldn't make to install any third party plugins to view.
Example :
3D Text
- 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
Blur Texts
Related Post :
Terimakasih anda telah membaca artikel tentang 3D Effects To Text In Your Blogger. Jika ingin menduplikasi artikel ini diharapkan anda untuk mencantumkan link https://kadangkumatmyblog.blogspot.com/2011/12/3d-effects-to-text-in-your-blogger.html. Terimakasih atas perhatiannya.