https://i.sstatic.net/uPsLe.jpg
Looking to convert the design above into HTML and CSS, specifically trying to achieve a layout where the image spans across 2 rows. However, I've been having trouble making it responsive even after trying some code snippets I found online.
Here's what I've attempted so far:
https://i.sstatic.net/WH3Qs.jpg
Below is my current code snippet:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
...
</body>
</html>
I would greatly appreciate any guidance on how to improve this. Thank you!