04 nov 2023.
src / daily-targets / 2023-11-04.tsx
export const DailyTargets_04112023 = () => {
return (
<div className="bg-[#504B72] relative w-full h-full">
<div className="absolute top-[100px] left-[150px] rotate-45 w-[100px] h-[100px] bg-[#504B72] z-10" />
<div className="absolute top-[50px] left-[100px] w-[200px] h-[200px] rounded-[50%] bg-[#FFFBCC]" />
</div>
);
};