We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc4643 commit d2fa5d9Copy full SHA for d2fa5d9
1 file changed
pages/index.js
@@ -780,6 +780,14 @@ export default function Home() {
780
</div>
781
782
783
+ <div className="flex justify-between items-start bg-green-400 p-2 rounded my-4">
784
+ <h1 className="font-semibold">TASK B-10</h1>
785
+ </div>
786
+ <div>
787
+ <p>This are the letter that when put together, they make a large P</p>
788
+ <p className="font-semibold">1. BBBBB BUUUY BUFUY BFFYY BPFFY BPPBB BPPBB</p>
789
+ <p className="font-semibold">2. BBBBB BYVVV BYYFV BYFFV BYPFF BPPBB BPPBB </p>
790
791
792
);
793
}
0 commit comments