It is simple to demonstrate the effect on the blog. In today's post
you will learn how to produce these effects is at any given text?
To see the effect of the new version of browser used.
Type the text below in your HTML Mode.
<div class="stroked">Hindi Tips</div>
Type the following CSS code.
1. Fifth row: change the font size of the '100px 'Size write her own choice.
2. Missed row font color to change the color of your choice, write code instead of # 228 600.
If you want to use such effects, copy the following code after you've installed it in the sidebar of your blog.
<style>
.stroked {
position: relative;
font-family: 'Alfa Slab One', cursive;
font-size: 100px;
color:#228600;
line-height: 200px;
text-shadow: 2px 2px 0 #F00, -2px -2px 0 #F00, 2px -2px 0 #F00,
-2px 2px 0 #F00, 3px 3px 5px #333;
text-align:center;
}
</style>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Alfa+Slab+One::latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>
No comments:
Post a Comment