Added border radius to boxes.

This commit is contained in:
Daniel 2022-06-30 06:22:17 +04:30
parent 69332c122a
commit 5d5fdb45d7
3 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,7 @@ const Filters = ({
display: "block", display: "block",
marginLeft: "auto", marginLeft: "auto",
marginRight: "auto", marginRight: "auto",
marginBottom: "15px"
}} }}
> >
Apply  Apply 

View File

@ -36,6 +36,7 @@
} }
.filter { .filter {
border-radius: 50px;
animation: fadein 0.3s; animation: fadein 0.3s;
border: solid; border: solid;
border-width: 1px; border-width: 1px;

View File

@ -31,6 +31,7 @@
} }
.box { .box {
border-radius: 50px;
animation: fadein 0.3s; animation: fadein 0.3s;
border: solid; border: solid;
border-width: 1px; border-width: 1px;