Skip to content
Snippets Groups Projects
Commit 97ca7faf authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

exercises

parent e6bbe7dd
No related branches found
No related tags found
No related merge requests found
Pipeline #396884 passed
......@@ -164,7 +164,7 @@ export function Example() {
</div>
<i><h6>By </h6></i>
<div className="example-exercise">
<p> Create a react component that takes HTML, a link to a picture and a word as input and return the code in a box with the word as a header. The picture and other code should be in two columns next to each other, under the header.</p>
<p> Create a react component that takes HTML, a link to a picture, a number and a word as input and return the code in a box with the word as a header. The picture and other code should be in two columns next to each other, under the header. The number should be multiplied by 2 and then shown </p>
<p> See DocuBox component. </p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment