Generation

Create portfolio website for graphic designer

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>My Portfolio</title> <link rel="stylesheet" href="css/styles.css"> </head> <body> <div class="container" id="main">hello world</div> <div id="header"> <h1>My Portfolio</h1> <h2>Graphic Designer</h2> </div> <div id="about"> <h3>About Me</h3> <p>I'm a UX/UI Designer and Front-End Developer.</p> </div> <div id="work"> <h3>My Work</h3> <p>Let me show you my

Want to kickstart your project?Use the new AI Studio to create your code