That Guy with the CMB 5,873 February 23, 2016 Share February 23, 2016 So, I need help making a code on DeviantArt for fan buttons I made. I don't know how to make them, and the tutorial by ButtonsMaker seems outdated...can someone possibly make the buttons for me, maybe? Or just teach me...that would be fine... >.>' Romans 10:9 Link to comment Share on other sites More sharing options...
Ken 108 February 23, 2016 Share February 23, 2016 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: 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 More sharing options...
Recommended Posts
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