About & Social

0
http://gulpatutorial.blogspot.in/

CSS letter-spacing property of the text can be increased or decreased the amount of space between characters. 

For example,


        <html>
            <head>
                <style type=”text/css”>
                       h1 {letter-spacing:2px;}
                       h2 {letter-spacing:-3px;}
               </style>
            </head>
               <body>
                           <h1> This is heading 1 </h1>
                           <h2> This is heading 2 </h2>
              </body>
        </html>


Output:

This is heading 1

This is heading 2



Note: Notice that the text on the use of negative values on the left leg.

Post a Comment

Dear readers, after reading the Content please ask for advice and to provide constructive feedback Please Write Relevant Comment with Polite Language.Your comments inspired me to continue blogging. Your opinion much more valuable to me. Thank you.