Is there a way – or anyone knows if someone already made this available – a way to style links in the form of buttons in the aristo style?
Using this CSS -reform a regular link to the style of a button?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can more than likely copy all the CSS for those buttons and just use it on a link. In fact you’d probably be able to rip out a bunch of reset stuff as buttons often have all sorts of browser defaults which a link doesn’t have.
So change:
to:
Hope that helps 🙂
(The css you need by the way starts right at the top of this file: http://aristocss.com/css/aristo.css)