CSS code Needed
Dear Sir/madam.
I am developing my website for educational purpose . i want to make a button as of a copy of superprofs website. today i have tried thousand of time by myself but i could not do. so sir please write a css for a button . i will impliment that code on my theme.
My URL : http://dca.7e5.myftpupload.com
Button CSS should be copy from Superprofs website home page.: www.superprofs.com
i have tried these codes today
.button {
background-color: #00ffffff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button {padding: 50px 40px;}
.button {border-radius: 4px;}
.button {
background-color: #00ffffff;
color: black;
border: 2px solid #000000; /* Green */
}
.button {
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
.button:hover {
background-color: #000000; /* Green */
color: white;
}
Please help me with some new innovative tricks..
Thanks Sir.
Comments