Hey guys, this is my first project. Plz checkout and all kind of feedback are accepted! 
Hello!
I like the gradient background! Very neat idea.
Did you see that the bottom text says âIf you would like to read about other major accomplishments from Bill Gates then please click hereâ?
Silly me! Thanks for looking out for other members!
Your page looks good @Sunny99. Some things to revisit;
- When using codepen it only expects the code youâd put within the
<body> </body>element in HTML. (No need to include the body tags). For anything you want to add to<head>click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.- The link to your font would go in the box labeled âStuff for <head>â
- You have a value of âNanum Gothicâ for your
font-familyproperty but you donâtlinkto it orimportit. Not seeing your page that way you want.
- Donât use
<br>to force spaces. Use margin and/or padding in CSS. - Run your HTML code through the W3C validator.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- Thereâs an element that you didnât close properly
- Review the lesson about giving meaningful text to links.
- Web Accessibility in Mind has a more thorough explanation
- âhereâ is not accessible
Ok, I will take care of the things you mentioned. Thank you @Roma for such an in-depth review and suggestions.