Jump to content
Banner by ~ Kyoshi Frost Wolf

How do I make a button on DeviantArt? (CODE HELP)


That Guy with the CMB

Recommended Posts

I don't know what you are talking about exactly or if DeviantArt has some sort of "code" that works only on their site but i suppose you can make pretty good looking buttons out of CSS without an external stylesheet.

<button style="background-color: #e7e7e7; color: black; border: none; font-size: 15px; text-decoration: none; padding: 15px 32px; text-align: center; display: inline-block;">My Lovely Button</button>

Most attributes are self-explanatory. You can also use "opacity" and "cursor" to make them 'unavailable', but that means they will just LOOK not act like it so don't provide a link as well cuz that will kinda defeat the point.

<button style="background-color: #e7e7e7; color: black; border: none; font-size: 15px; text-decoration: none; padding: 15px 32px; text-align: center; display: inline-block; cursor: not-allowed; opacity: 0.6;">My Other Super Duper Button</button>

They look like this:

332metv.png

First button is a normal one and the second button is...well it looks like you can't click on it when you hover your mouse pointer over it. I thought you might be able to use them...somehow.

 

You can also add a image as background, an image as border and other cool stuff but its really easy to search on google how to do those things.

 

I suppose if you can use this code then you can most probably be able to have a layout as well. If you need a layout and don't know how to write the actual code for it i would gladly help you out.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Join the herd!

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...