border radious must be at max half size of the pixels of the height or width, wichever is smaller
This commit is contained in:
parent
0fd6021c5d
commit
062a42ac2f
|
@ -19,7 +19,7 @@
|
|||
border: none;
|
||||
height: 32px;
|
||||
width: 105px;
|
||||
border-radius: 40px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
.buy-now {
|
||||
|
@ -27,7 +27,7 @@
|
|||
border: none;
|
||||
height: 32px;
|
||||
width: 105px;
|
||||
border-radius: 40px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
</style>
|
||||
<a href="https://amazon.com/"> Back to Amazon </a>
|
||||
|
|
Loading…
Reference in New Issue