I’ve just finished my Portfolio project and am looking for some feedback.
I’m personally pleased with the look of it, but always keen on ways to improve the code or generally make things more efficient.
Your portfolio page looks good @tomhermanovsky. Just on a lark I took a look at one of your projects, the survey form. Some comments if you don’t mind;
Thanks for your feedback! I appreciate that you took some time to look at my previous projects. I ran the HTML code through the W3C validator and fixed the issues and updated the CSS as well.
Thanks for all your suggestions - it’s been really helpful !
It’s cool ,
when you declare padding border and margin to 0,it’s always recommend to use box-sizing as border box;to avoid confusions.it’s not a must .I’m just saying.