01 nov 2023.
src / daily-targets / 2023-11-01.tsx
export const DailyTargets_01112023 = () => {
return (
<div className="bg-[#813131] w-full h-full">
<div className="absolute bg-[#fffcdf] top-[45px] left-[95px] w-[210px] h-[210px]" />
<div className="absolute bg-inherit top-[45px] left-[145px] w-[110px] h-[50px]" />
<div className="absolute bg-inherit top-[205px] left-[145px] w-[110px] h-[50px]" />
<div className="absolute bg-inherit top-[95px] left-[95px] w-[50px] h-[110px]" />
<div className="absolute bg-inherit top-[95px] left-[255px] w-[50px] h-[110px]" />
<div className="absolute bg-inherit top-[125px] left-[175px] w-[50px] h-[50px]" />
</div>
);
};