Button and Pre - G Vusion

Button and Pre

Button TextButton TextButton TextButton TextButton TextButton Text


ADD BELOW CODE IN HTML MODE

<a class="button" href="#">Button Text</a>
Styles: blue, green, red, orange, pink, yellow, dark
Sizes: medium






<html>
<head>
    <title>view with inline styles</title>
</head>
<body>
    <h1>test page with inline styles</h1>    
<div class="content">
        <div id="main">
            <div class="box green">
                <p>this is a green box</p>
            </div>
            <div class="box blue">
                <p>this is a blue box</p>
            </div>
            <p class="special">this is <span>paragraph</span></p>
        </div>
    </div>
</body>
</html>



 ... CSS Code Here ... 



 ... JavaScript Code Here ...