<!DOCTYPE html> <html> <head> <style> .a{ background-color:rgb(26,161,242); padding:15px 20px; color:white; text-decoration:none; } .a:hover{ box-shadow:3px 3px 3px rgba(180,180,180,0.5); } </style> </head> <body> <br><br> <a href="" class="a">Test</a> </body> </html>
Run
×
Share