In HTML or CSS, is there a way to edit the size, shape, and overall appearance of buttons, say the code
<input type="button" onclick="spam()" value="Spam">
but make the button actually look attractive, not gray and small?
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.
Sure, one approach is to give it a class and use that class to style it.
To style all buttons the same you could simply use a css selector as follows