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;
|
border: none;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
border-radius: 40px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.buy-now {
|
.buy-now {
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
border: none;
|
border: none;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 105px;
|
width: 105px;
|
||||||
border-radius: 40px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<a href="https://amazon.com/"> Back to Amazon </a>
|
<a href="https://amazon.com/"> Back to Amazon </a>
|
||||||
|
|
Loading…
Reference in New Issue