Hi,nice project you got there,all I can say is wow(of course am happy).
1 Like
Thank you, this give me motivation
1 Like
You are welcome,anytime.
1 Like
Welcome to the forums @siddharthroy36912. Your page looks good. Some things to revisit;
- Codepen provides the boilerplate for you. It only expects the code you’d put within the
body
element in HTML. (No need to include thebody
tags). 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.- The link to the font goes in the box labeled ‘Stuff for <head>’
- Don’t use the
<br>
element to force line breaks or spacing. That’s what CSS is for.- If you want three paragraphs then have three paragraph elements.
- Not a showstopper but you should give a fallback font. What if your font doesn’t load for some reason? It will default to the
serif
font. If you provide the recommended fallback font your page will still display somewhat in that way you want.
1 Like
Thanks, this is the type of response I was looking for
1 Like
the color scheme looks awesome, only thing I want to say that the content is less
1 Like
Thanks for the response I will sure add more content next time