Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Custom CSS Paypal Donation Button

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42210
    Shane Hicks
    Participant

    I need to know if there is a way to create a donation button that doesn’t use an image, but completely CSS? I have read the topic written by Chris, but this didn’t help. Could someone please create easy-to-read version of what I need.

    Simply speaking, this is what I am looking for.

    HTML:

    a href=”http://paypal.com/page” class=”button”

    CSS:

    .button{}

    #122095
    Nosenation
    Member

    Here you have Simple 3D CSS3 button, using only one class and simple “a” tag. You can refer to it when creating you own non-3D/3D button.

    Link: http://codepen.io/Nosenation/pen/pGoDc

    PS: This is Sass version, pure CSS3 code will display when you click on SASS table header.

    PS2: Mine, but on different account, non-SASS button. Link: http://codepen.io/PixelTeam/pen/BfrGw

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.