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

exercises

parent 7e64ad3f
No related branches found
No related tags found
No related merge requests found
Pipeline #396878 passed
......@@ -157,6 +157,18 @@ export function Example() {
</div>
</div>
<hr/>
<div className="col exercise">
<div className="row align-items-center">
<div className="col"><h4> Simple React Component</h4></div>
<div className="col-1 "><div className="example-advanced-tag">Advanced</div></div>
</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> See DocuBox component. </p>
</div>
</div>
<hr/>
{/* <div className="col exercise">
<div className="row align-items-center">
<div className="col"><h4> </h4></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