2021-08-24 13:08:34 +00:00
<!DOCTYPE html>
< html lang = "en" >
2022-01-30 18:16:13 +00:00
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Information< / title >
< link rel = "stylesheet" href = "solution.css" >
< / head >
< body >
< div class = "title" > Information!< / div >
2021-08-24 13:08:34 +00:00
2022-01-30 18:16:13 +00:00
< div class = "container" >
< div class = "info" >
< img src = "./images/barberry.png" alt = "barberry" >
< div class = "text" > This is a type of plant. We love this one.< / div >
< / div >
< div class = "info" >
< img src = "./images/chilli.png" alt = "chili" >
2022-07-29 13:55:14 +00:00
< div class = "text" > This is another type of plant. Isn't it nice?< / div >
2022-01-30 18:16:13 +00:00
< / div >
< div class = "info" >
< img src = "./images/pepper.png" alt = "pepper" >
< div class = "text" > We have so many plants. Yay plants.< / div >
< / div >
< div class = "info" >
< img src = "./images/saffron.png" alt = "saffron" >
< div class = "text" > I'm running out of things to say about plants.< / div >
< / div >
2021-08-24 13:08:34 +00:00
< / div >
2022-01-30 18:16:13 +00:00
<!-- disregard this section, it's here to give attribution to the creator of these icons -->
< div class = "footer" >
< div > Icons made by < a href = "https://www.flaticon.com/authors/icongeek26" title = "Icongeek26" > Icongeek26< / a > from < a href = "https://www.flaticon.com/" title = "Flaticon" > www.flaticon.com< / a > < / div >
< / div >
< / body >
2021-08-24 13:08:34 +00:00
< / html >