Tuesday, 20 August 2013

Yransbox

<html>
<head>
<style type="text/css">
div.background
      {
      width:500px;
      height:250px;
      background:url
(klematis.jpg) repeat;
      border:2px solid black;
      }
div.transbox
      {
      width:400px;
      height:180px;
      margin:30px 50px;
      background-color:#ffffff;
      border:1px solid black;
      /* for IE */
      filter:alpha(opacity=60)
;
      /* CSS3 standard */
      opacity:0.6;
      }
div.transbox p
      {
      margin:30px 40px;
      font-weight:bold;
      color:#000000;
      }
</style>
</head>
<body>
<div class="background">
<div class="transbox">
<p>
<h2> OR YOU CAN INSTALL <a href="http://www.appsgeyser.com/getwidget/NP%20Stream">NP Stream - Free Nepali TV App </a> IN YOUR ANDROID !! </h2>
</p>
</div>
</div>
</body>
</html>

No comments:

Post a Comment