Thursday, September 29, 2016

Ceate a Button That does Not Display in The Browser Status

Paste in post :

<style>
.bt:hover{background-color:#ffffff;color:red;}
.bt {width:100px;height:50px;border:2px;cursor:pointer;background-color: #4CAF50;}
</style>
<form action="http://videobeng.blogspot.com" method="get">
<button class="bt" type="submit">Click Here</button></form>


DEMO :

No comments:

Post a Comment