need feedback
https://codepen.io/akashsagar2805/pen/poExZNG
Hi @akashsagar2805 !
I think your page looks great!
You might consider adding a smooth scroll to the page.
html {
scroll-behavior: smooth;
}
1 Like
Your page looks good @akashsagar2805. Some things to revisit;
- Codepen provides the boilerplate for you. It only expects the code you’d put within the
bodyelement in HTML. (No need to include thebodytags). For anything you want to add to the<head>element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box. - Run your HTML code through the W3C validator.
- There are HTML coding errors you should be aware of and address.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
1 Like
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.