Hi there,
I have just finished my first ever project, been working more than a month. I know it is not so much, but still feel proud that finally managed to finish. I would appreciate if you give me any feedback or critics
Here is the link to my page: https://codepen.io/Fidann/full/jOwprLo
Hey! i just checked out your website and here are a few suggestions.
-
You do need to add the head tag in your codepen because it is added by default, just add anything you would in your body tag.
-
if you click on the upped right corner in your editor tab, you’ll find an option called Analyze html which can help you spot errors in your html and css. this is the probably the first thing you should do to make sure you did not make any syntactic errors like this
- The rest of the looks pretty cool and the images are responsive so good job on that however i would recommend you to decrease the overall width of the readable content to make it visually appealing and also to make sure the reader does not have to turn their head while reading it.
Hope this helped!
Oh, I did not know double quotes are necessary. I am going to change the width of the readable content, did not realize it is uncomfortable to read.
Thanks a lot, this helped me very much!
To be honest i always thought it was personal preference too before i used the analyze tool hahaha
Well, the code works well even though we use single quote, so it is pretty hard to spot unless you use some kind of validator or analyzer. I guess the code would not have worked if it wasn’t typed in code editor
well most of the professionals use some kind of code formatting extension for this so they don’t have to think about this anymore. I would suggest you to use prettier if you aren’t already. there’s an extension with that in VS code and it doesnt need much configuration although you can do it if you like.
Thanks, i will definitely use it
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.