master
mahdi 3 years ago
parent d60b5324d6
commit 78cbdc1475
  1. 5
      src/components/bookDesign/BookDesign.js

@ -9,12 +9,11 @@ const BookDesign = () => {
<img
src={book}
alt=""
className="rounded-md z-40 transform -translate-x-2 w-72 h-full"
className="rounded-md z-40 transform -translate-x-3 w-72 h-full"
/>
<img src={bookPage} alt="" className="z-30 h-full" />
<div className="bg-greenBookBg w-7 rounded-l-md transform translate-x-4 z-10"></div>
{/* <div className="bg-greenBookBg rounded-l-md w-20 transform translate-x-4 z-10"></div> */}
<div className="w-full absolute left-0 -bottom-1 h-12 rounded-full shadow-lg"></div>
{/* <div className="w-full absolute left-0 bottom-0 h-12 rounded-full shadow-lg z-50 bg-transparent"></div> */}
</div>
</section>
);

Loading…
Cancel
Save