Codepen Crazy Instructions Find a fun/interesting/engaging Codepen that uses HTML, CSS (not Sass) and Javascript. Create a valid index.html file, in a new project folder. Copy the code from the HTML panel of your chosen Codepen and paste it inside the body element. Copy the code from the CSS panel and paste it into css/main.css in the root of your project directory Link your external style sheet (using the link element) in the head of index.html. If neccessary: Copy the code from the JS panel and paste it into js/app.js in the root of your project directory. Link your external Javascript file (using a script element) just above the closing body tag (</body>) in index.html. Test your new page in Live Server (or just open index.html in your browser).