SubhanUllah Posted October 5, 2022 Report Posted October 5, 2022 Here is the HTML & CSS code for transparent button: <!DOCTYPE html> <html> <head> <style> button { background-color: #65d7f521; padding: 10px 20px; border: none; color: #00000091; } </style> </head> <body> <button>Button</button> </body> </html> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.