Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the Document</title> <style> #mybutton a { border-bottom: 3px dashed #8ebf42; } .button { background: #1c87c9; color: white; font-weight: bold; padding: 5px; border-radius: 4px; border: 3px solid #666 !important; text-decoration: none; } </style> </head> <body> <section id="mybutton"> <p>This is a <a href="#" class="button">BUTTON</a> </p> </section> </body> </html>