Simple and practical, pure CSS button effect

Source: Internet
Author: User

In many Web sites need to be practical to the button, a good-looking practical css button can give visitors a sense of beauty, but also convenient for developers. Here is a pure CSS button, you need to refer to.

CSS Code

. Div{Display:Inline-block;padding:. 3em. 5em;Background-image:linear-gradient (#ddd, #bbb);Border:1px solid Rgba (0,0,0,.2);Border-radius:. 3em;Box-shadow:0 1px White inset;text-align:Center;Text-shadow:0 1px 1px black;Color: White;Font-weight:Bold;}. Div:active{Box-shadow:. 05em. 1em. 2em Rgba (0,0,0,.6) Inset;Border-color:Rgba (0,0,0,.3);background:#bbb;}

HTML code

<class= "div">button</div> 

Several other buttons

Background color

Background-image:linear-gradient (#f5c153, #ea920d);

Background color

Background-image:linear-gradient (#8eb349, #5f7c22);

Background color

Background-image:linear-gradient (#fbb2d0, #e779aa);

Simple and practical, pure CSS button effect

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.