Tuesday, December 17, 2013

LENS FLARE EFFECT on your blog without any show of photoshop


As you can see in the picture to the left are visible, even without the aid of photoshop like your blog you can use the Lens Flare effect. The effect is very easy to show on blog | In today's post you will learn how to produce these effects is at any given text? The effects of this type of technology, more information is needed. To see the effect of the new version of browser used.
Type the text below in your HTML Mode.
<div id="thm-content" >
<thm-lfe>TIPS<BR/>HINDI<BR/>MEIN</thm-lfe>
</div>
Type the following CSS code.
1. Third row: change the background color to the color of your choice instead of the code # D50304 write code.
2. Fourth row: the background to reduce the width of 615px at which changes according to what is written.
The ninth row font color to change the color of your choice instead of the code # fff write code. If you want to use such effects are similar Copy the following code after you've installed it in the sidebar of your blog
Note: Use HTML Mode for such effects
<style>
2
#thm-content {padding: 10px;
3
background:#D50304;
4
width:615px;
5
text-align:center;}
6
#thm-content thm-lfe {font-size:130px;
7
line-height:150px;
8
font-family: 'Arbutus', cursive;
9
    color: #FFF;
10
    text-shadow: 0 0 150px #FFF, 0 0 60px #FFF, 0 0 10px #FFF;
11
}
12
</style>
13
<script type="text/javascript">
14
  WebFontConfig = {
15
    google: { families: [ 'Arbutus::latin' ] }
16
  };
17
  (function() {
18
    var wf = document.createElement('script');

No comments:

Post a Comment