Jump to content

Cake

Members
  • Posts

    3
  • Joined

  • Last visited

About Cake

  • Birthday 02/07/1997

Previous Fields

  • Languages
    HTML, CSS.

Profile Information

  • Location
    45.496014, -73.569126
  • Interests
    Web design, Roosterteeth, Internet Box, trying to dive more into CSS, and definitely Monstercat.

Contact Methods

  • Skype
    Jaksuhn

Cake's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. You were right about it being correct. I was looking through the rest of the css and saw that I had a made a mistake and and put fsSubmitButton somewhere else and that's why I had the error.
  2. I have to do the same thing even if I switch to my other browser. Though I tried it out on my iPad and it worked on it.
  3. I have a form on my website with a custom submit button. If you were to go to the page with it, it shows up as a default button. If I refresh the page, it shows. I just have no clue on how to get this to work out. .fsSubmitButton { padding: 5px 20px 6px !important; font-size: 19px !important; background-color: #000000; text-shadow: 1px 1px #000000; color: #ffffff; border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border: 1px solid #000000; cursor: pointer; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; }
×
×
  • Create New...