ardaacikgoz
@ardaacikgozAll comments
- @AlexisParderSubmitted about 1 month ago@ardaacikgozPosted about 1 month ago
Using pixels (px) for size arrangements may result in inconsistencies in your design. Better to use em, % etc.
Marked as helpful0 - @Harsha0419Submitted about 2 months ago
- @Jesuis-JacquesSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
What I'm most proud of is the fact that I was able to debug my code effectively and learning numerous semantic HTML along the way, I'm excited to see what I would do differently myself next time.
What challenges did you encounter, and how did you overcome them?It was a bit challenging as I was trying to make use of semantic HTML, so trying to get the [] to style properly (across all screen sizes) was one of my challenges in this project coupled with the [::marker] icon in [li] of [ol] - apparently they weren't adjusting to the [list-style-type].
I solved the first one by understanding that there's a [thead] [tbody] and [tfoot] tags in between the table tag and the [tr] tag which was producing a bug as i used the CSS property: grid-template-column. The second I solved my applying the CSS property: list-style-type: decimal, on [ol] directly rather than on [li::marker].
PS: ChatGPT kept on insisting I used the later until I tried using my discretion.
What specific areas of your project would you like help with?I'd like like help with understanding better ways with adjusting the webpages to different screen sizes.
@ardaacikgozPosted about 2 months agoYour using different style sheets made me remember components in React.js. I think it is a nice approach to track codes more easily. Your code structure is similar to mine. Great job, keep continue.
1 - @EdgarAleGSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I'd like get more confidence with css, i'm proud to have learned some new things and new waysof styling.
What challenges did you encounter, and how did you overcome them?Particulary in this project I didn't encounter challenges.
What specific areas of your project would you like help with?I'd like improve the css architecture, strucute the styles in a correct way .
@ardaacikgozPosted 2 months agoIt is great you using buttons rather than just making background color gray. And it is also great you used different page for styling CSS. I have learned from your code.
1 - @officialdanielojoSubmitted 10 months ago@ardaacikgozPosted 2 months ago
Nice job! Just a couple of things: Add alt text to your images for accessibility, and try wrapping the content in an <article> tag for better structure. Also, make sure class names are clear as your project grows. Overall, it’s a great start—keep it up!
Marked as helpful0 - @Thberg-labSubmitted 2 months ago@ardaacikgozPosted 2 months ago
Your project looks nice! One thing you could try is using more semantic tags like <article> around your content for better organization. Using percentages for width is smart for responsive design. Overall, you're doing an awesome job—keep going!
0