Skip to content

Commit

Permalink
I lied, this is final commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed May 17, 2022
1 parent 04e5ab0 commit 6918885
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions build/styles/addtocart.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
.item-info{
background-color: white;
width: 500px;
height:500px;
background-color: pink;
width: 540px;
height:540px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
border-radius: 10px;
border-radius: 20px;
padding: 20px;
}

.item-img{
width: 200px;
border-radius: 100%;
}

.scroll {
Expand All @@ -20,7 +22,9 @@
background: rbg(11, 11, 114);
overflow:hidden;
overflow-y:scroll;

background-color: white;
padding: 20px;
border-radius: 10px;
}

.stars input {
Expand Down

0 comments on commit 6918885

Please sign in to comment.