border radious must be at max half size of the pixels of the height or width, wichever is smaller

This commit is contained in:
David E. Perez Negron R. 2024-05-04 19:46:56 -06:00
parent 0fd6021c5d
commit 062a42ac2f
1 changed files with 2 additions and 2 deletions

View File

@ -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>