~ / labs/css-battles/2023-11-03

03 nov 2023.

canvas 400 × 300cssbattle.dev ↗
src / daily-targets / 2023-11-03.tsx
export const DailyTargets_03112023 = () => {
  return (
    <div className="bg-[#8c80bb] w-full h-full">
      <div className="absolute bg-[#fcdfeb] w-[100px] h-[100px] rounded-tl-[100%] rounded-br-[20%] top-[70px] left-[85px]" />
      <div className="absolute bg-[#fcdfeb] w-[100px] h-[100px] rounded-tr-[100%] rounded-bl-[20%] top-[70px] left-[215px]" />
      <div className="absolute bg-[#fcdfeb] w-[50px] h-[50px] rounded-[50%] top-[180px] left-[175px]" />
    </div>
  );
};