Live Webinar: Prompt Engineering: Skill Everyone Must Learn Today
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Animation Button in HTML
WhatsApp
prudhvi banki
Nov 14
2014
1.6
k
0
1
border-radius: 20px 0px;
}
.elem:hover {
border: 1px solid #000000;
background: #A74AC7;
color: #ffffff;
padding: 8px 8px 8px 8px;
-moz-border-radius: 0px 20px;
-webkit-border-radius: 0px 20px;
border-radius: 0px 20px;
}
</
style
>
</
head
>
<
body
>
<
h1
>
Welcome prudhvi...
</
h1
>
<
br
>
<
br
>
<
a
class
=
"elem"
href
=
"#"
>
Sample button
</
a
>
</
body
>
/html
>
Animation in html
Up Next
Animation Button in HTML