Button and Pre - Minima
Your Ads Here

Button and Pre

STYLE 1




STYLE 2

Demo
click to begin

Download
click to begin
1.6MB .rar


<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>

Comments