Latest solutions
Product preview html&css&css reset
Submitted 10 months agoWhat should i do to make my code look more professional?
blog simple html&css
Submitted 11 months agoHow can make my code look more professional? Especially what should I change in my footer because I had problems with positioning.
simple html css
Submitted 11 months agoWhat could I do potentialy do better in my future projects? How to improve my coding to be more professional?
Latest comments
- @AdalbertPungu@Wasu44
Hello there! I'm a newbie too but let me give you some advice.
You're html structure is pretty good but try to use the semantic html5 tags instead of divs to improve the accessibility and ceo.Also start using rem units instead of px because they are responsive.Next time use CSS reset it is beneficial because it removes default browser styling, creating a consistent starting point for your design across all browsers, here is the link
- @VendysamWhat are you most proud of, and what would you do differently next time?
My ability to use position relative and absolute, I've always had issues using it. And also created a table with HTML, it's been a while I made a table so I forgot how to do that.
What challenges did you encounter, and how did you overcome them?Nothing, except with the table
What specific areas of your project would you like help with?The use of media queries
@Wasu44Hello I'm a newbie also but i will try to help. Your site is not same as design, next time try to make it more similar. Also use semantic elements in html, it is more professional. In css use rem units instead because they are responsive.
- @khanwelcomes@Wasu44
Hello there! I'm a newbie too but let me give you some advice.
Having your styles in the same html file doesn't look good, and also, when it gets larger it will be kinda confusing. Also your site is not responsive for mobile devices there is a video that should help You link. You should also use rem units because they are responsive instead of px.
I hope You find it helpful
Marked as helpful - @PinkPig16@Wasu44
Hello You did very good job with your project but I can see a few issues.
- You are using px units instead of rem because rem units are resposive and here is video explaining how it works link
- You could be a bit more patient, as your solution isn't exactly similar to the design
- I hope You find it helpful