|
|
|
@ -5,8 +5,8 @@ import bookPage from "../../assets/images/Path2.svg"; |
|
|
|
|
const BookDesign = () => { |
|
|
|
|
return ( |
|
|
|
|
<section> |
|
|
|
|
<section className="my-24 mx-24 flex"> |
|
|
|
|
<div className="flex relative "> |
|
|
|
|
<section className="my-24 mx-24 flex "> |
|
|
|
|
<div className="flex relative "> |
|
|
|
|
<img |
|
|
|
|
src={book} |
|
|
|
|
alt="" |
|
|
|
@ -14,7 +14,7 @@ const BookDesign = () => { |
|
|
|
|
/> |
|
|
|
|
<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="w-10/12 absolute left-0 -bottom-0 h-12 shadow-2xl shadow-black"></div> |
|
|
|
|
<div className="w-10/12 absolute left-7 -bottom-0 h-12 shadow-2xl shadow-black"></div> |
|
|
|
|
</div> |
|
|
|
|
</section> |
|
|
|
|
|
|
|
|
|