March 2019
Intermediate to advanced
208 pages
5h 11m
English
Create an <Animal species="..." name="..."> component that renders as a PNG of an animal of the given species, with the specified name below the image. The starting point for this project is in the code/reason-react/animal-component directory. Here is the index.html file and the style.css that it refers to:
| | <!DOCTYPE html> |
| | <html lang="en"> |
| | <head> |
| | <meta charset="UTF-8"> |
| | <title>Animal Component: ReasonReact and file-loader</title> |
| | <link rel="stylesheet" type="text/css" href="style.css"/> |
| | </head> |
| | <body> |
| | <div class="horiz" id="image1"></div> |
| | <div class="horiz" id="image2"></div> |
| | <div class ... |
Read now
Unlock full access