Finish off button.
Budget: £10 – £20 GBP
I need the button design finishing on my website www.bunu.tech.
I have a php function connecting my website to a stripe payment gateway but need some work doing on the button design.
This is what needs implementing:
position: absolute;
right:27px;
top: 10px;
width:160px;
text-align: center;/*added this line*/
padding: 7px;/*added this line*/
width:140px;
background-color: black;
border-radius:18px;
border:1px solid #bfbfbf;
display:inline-block;
cursor:pointer;
color:white;
font-family:trebuchet ms;
font-size:12px;
font-weight: bold;
padding:8px 8px;
text-decoration:none;
I have a php function connecting my website to a stripe payment gateway but need some work doing on the button design.
This is what needs implementing:
position: absolute;
right:27px;
top: 10px;
width:160px;
text-align: center;/*added this line*/
padding: 7px;/*added this line*/
width:140px;
background-color: black;
border-radius:18px;
border:1px solid #bfbfbf;
display:inline-block;
cursor:pointer;
color:white;
font-family:trebuchet ms;
font-size:12px;
font-weight: bold;
padding:8px 8px;
text-decoration:none;