0

i want to fix my items at the beginning of the container when the screen size is set to medium the item should cover the whole width.and be able to adjust when screen size is set to normal.Am using Tailwind css to do my styling .Help fix this error ready to learn

4
  • Please provide enough code so others can better understand or reproduce the problem.
    – Community Bot
    Commented Jul 8 at 8:40
  • <div className="text-white md:flex-col max-w-md md:w-full flex-start md:justify-start md:px-0 md:grid-cols-2 mb-6 mt-2"> <button className=" w-[627px] h-[88px] min-w-full justify-items-start bg-gradient-to-r from-[#59256D] to-[#716896] rounded-tl-lg opacity-100"> <span className="ml-5 gap-2 text-2xl font-bold">COMING SOON</span> </button> </div> Commented Jul 8 at 8:44
  • this the code above Commented Jul 8 at 8:45
  • Don't put code in comments, edit your question and add the code there in a proper code block. Please take the tour and learn How to Ask.
    – greg-449
    Commented Jul 8 at 8:48

0

Browse other questions tagged or ask your own question.