HTML FORMS /
Enquire Now
/
Enquire Now _ Right side Button
<!DOCTYPE html> <html> <head> <title>Enquire Now</title> <style> button { font-family: 'Roboto', sans-serif; font-size: 18px; text-transform: uppercase; padding: 8px 15px; background-color: #ffb300; border: 0; position: fixed; top: 50%; right: 0; line-height: 20px; cursor: pointer; transform-origin: right; transform: rotate(-90deg) translate(50% , -50%); z-index: 99; } </style> </head> <body> <button> Enquire Now </button> </body> </html>