Link to home
Start Free TrialLog in
Avatar of David Schure
David Schure

asked on

Centering A Button

I am trying to make the Continue button wider and also to center it.  Need help!
User generated image
.btnC {
          border: 1px solid #2864a0;
         border-radius:4px;
         padding: 6px 12px;
         max-width:200px;
         color: #fff;
           background-color:#2864a0;
         font-size: 18px;
           cursor: pointer;
      }
      .btnC:hover {
          border: 1px solid #33af56;
         background: #33af56;
         color: white;
      }

Open in new window

https://arise.plus/Join-Us.php

ASKER CERTIFIED SOLUTION
Avatar of David Schure
David Schure

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial