Design a Blog Post Card - Design a Blog Post Card

Tell us what’s happening:

I have finished this lab before and i want to download my solution but it went away

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Blog Post Card</title>
</head>
<body>

</body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0

Challenge Information:

Design a Blog Post Card - Design a Blog Post Card

Welcome to the forum @toyyibadeshina4!

Unfortunately, labs aren’t saved on fCC, but you can save to your local storage by doing ‘ctrl + s’ inside the editor after your code passes the tests but before you submit it.

Alternately, you could work through the challenges on your local system, then push the files up when you’re ready to test. That’s usually what I do. Then you can go back through your code as you broaden your skills and refactor snippets of your code.

Happy coding!