|
|
|
@ -18,16 +18,34 @@ const AdvertisementDesign2 = () => { |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
<div |
|
|
|
|
style={{ backgroundColor: "#00FFFF33" }} |
|
|
|
|
className="rounded-full w-32 h-32 absolute left-1/4 top-1/3 transform -translate-x-1/2 -translate-y-1/2 z-20 backdrop-filter backdrop-blur-md" |
|
|
|
|
style={{ |
|
|
|
|
backgroundColor: "#00FFFF33", |
|
|
|
|
width: "calc(100vw / 15)", |
|
|
|
|
height: "calc(100vw / 15)", |
|
|
|
|
left: "20%", |
|
|
|
|
top: "15%", |
|
|
|
|
}} |
|
|
|
|
className="rounded-full absolute z-20 backdrop-filter backdrop-blur-md" |
|
|
|
|
></div> |
|
|
|
|
<div |
|
|
|
|
style={{ backgroundColor: "#6E6EEF33" }} |
|
|
|
|
className="rounded-full w-44 h-44 absolute left-1/4 -bottom-2/4 transform -translate-x-1/2 -translate-y-1/2 z-10 backdrop-filter backdrop-blur-md" |
|
|
|
|
style={{ |
|
|
|
|
backgroundColor: "#6E6EEF66", |
|
|
|
|
width: "calc(100vw / 10)", |
|
|
|
|
height: "calc(100vw / 10)", |
|
|
|
|
left: "7%", |
|
|
|
|
bottom: "-15%", |
|
|
|
|
}} |
|
|
|
|
className="rounded-full absolute z-10 backdrop-filter backdrop-blur-md" |
|
|
|
|
></div> |
|
|
|
|
<div |
|
|
|
|
style={{ backgroundColor: "white" }} |
|
|
|
|
className="rounded-full w-44 h-44 absolute left-0 top-2 backdrop-filter backdrop-blur-md" |
|
|
|
|
style={{ |
|
|
|
|
backgroundColor: "white", |
|
|
|
|
width: "calc(100vw / 12)", |
|
|
|
|
height: "calc(100vw / 12)", |
|
|
|
|
left: "0%", |
|
|
|
|
top: "10%", |
|
|
|
|
}} |
|
|
|
|
className="rounded-full absolute backdrop-filter backdrop-blur-md" |
|
|
|
|
></div> |
|
|
|
|
</div> |
|
|
|
|
</section> |
|
|
|
|