Tell us what’s happening:
How can I link my projects in portfolio. Is there way to see all the completed project to see at one place.
Your code so far
<!-- file: index.html -->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Personal Portfolio</title>
</head>
<body>
<div id="welcome-section">
<h1>personal info</h1>
</div>
<div id="project-section">
<div class="project-tile"></div>
</div>
</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/143.0.0.0 Safari/537.36 Edg/143.0.0.0
Challenge Information:
Build a Personal Portfolio - Build a Personal Portfolio