Tell us what’s happening:
i’m having difficulty turning my web pages into images can somebody help me how to do that
Your code so far
<!-- file: index.html -->
<!DOCTYPE HTML>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My portfolio webpage</title>
</head>
<body>
<!--START NAV!-->
<nav id="navbar" class="nav">
<ul id="nav-list">
<li>
<a href="#welcome-section">About</a>
</li>
<li>
<a href="#work-section">Projects</a>
</li>
<li>
<a href="#contact-section">Contact</a>
</li>
</ul>
</nav>
<!--END NAV!-->
<!--START WELCOME SECTION!-->
<section id="welcome-section">
<h1>Welcome I'm Lewis<h1>
<p>A Web Developer</p>
</section>
<!--END WELCOME Section!-->
<section id="projects" class="projects-section">
<h2 class="projects-section-header"> these are some of my projects</h2>
<div class="project-grid">
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-survey-form-project/build-a-survey-form" target="blank" class="project project-title">
<img id="project-img" src="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-survey-form-project/build-a-survey-form">
</a>
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-tribute-page-project/build-a-tribute-page" target="blank" class="project project-title"></a>
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-technical-documentation-page-project/build-a-technical-documentation-page" target="blank" class="project project-title"></a>
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-product-landing-page-project/build-a-product-landing-page" target="blank" class="project project-title"></a>
</div>
</section>
</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/111.0.0.0 Safari/537.36
Challenge: Personal Portfolio Webpage - Build a Personal Portfolio Webpage
Link to the challenge: