Hello everybody so I just completed my first responsive web design challenge and I’m happy about it. So I want some views and rating for it because I want to improve my work and increase my creativity.
I know I didn’t change the layout it is kinda same as given in the reference because I was nervous but I played this challenge to gain enough experience letting my self to get comfortable with environment.
So please give me your views on my so I can apply those points in other challenge
https://codepen.io/ridabatool/details/JjWPBzd
2 Likes
Hi @ridzzali110 !
I think your page looks good.
I would review the lesson on giving links meaningful names.
Wikipedia entry is not that accessible.
You need to work on responsiveness because the there is a horizontal scroll bar on smaller devices.
<center>
tags are obsolete.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center
Use css instead.
You have a few errors in your html and css.
Run your code through the html validator and css codepen analyzer.
Hope that helps!
thanks your review helped me to understand more things
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.