HOW I DID IT!
August 24, 2023
Started with the index.html and put info on myself. I then went on to create color palettes, ending with me choosing the "Hylian Palette" (just some colors from the Hylian Shield and a shade of green) and applying it to the page. I then did research on how to actually use fonts in CSS, then found the "Press Start 2P" font on Google and applied it to all text in the HTML.
August 29, 2023
Learned how to run the server via server.js start, it worked.
Extra Achievements That I Did
(5 points) Use a font from Goolge Fonts in your website: Found the "Press Start 2P" font on Google and applied it to all text in the HTML.
(10 points) Create a color palette using color.adobe.com. Use all the colors in the palette in your webpage by implementing the appropriate CSS. Add a small screenshot of the color wheel for your color palette to your repo: See the provided screenshot.
(max 5 points) Style your page using CSS. Each style rule you apply will get you 1 extra point for a maximum of 5 points. Be sure to describe your style rules in your README: Made all headers given the "header1" class red, all words in a paragraph white, and all elements in a list yellow. Also made the background of the site blue.