Simple Button Color CSS

<style> body { margin:10%; font-family:"Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif; text-align:center; } .button { padding:20px; background: #CA0000; color: #fff; font-size: 150%; text-transform: uppercase; border-radius: 8px; text-decoration:none; } .button:hover {background:#ccc;} </style> <body> <p> <a href="#" class="button"> Button</a> </p> </body>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.