please guys feedback!
A regular 3-year student of Computer Science, trying to do things without learning all theory. My bad habit.
I’m currently learning...Try to remember and gain new experience in HTML, CSS, Javascript. Then I will start to remember React, TypeScript. After that I want to learn more cool frameworks and libraries like FastAPI, Next.js, Express.js, Node.js etc.
Latest solutions
testimonials responsive using Grid
Submitted about 1 month agoAny tips how to write an easier for understanding css-code? While I was doing the challenge, I started wondering about some things: "Should I write classes to every tag in my html-file?", "Should I write only common properties inside my cards, while others properties that change from card to card redefine?".
Maybe there are. It's easier to see yourself than listen to me :)
And lastly: is BEM still a thing that everyone should use?
HTML and CSS
Submitted about 1 month agoWhen should I explicitly tell sizes of my content inside grid container? What and how that will affect my work?
Product card using HTML and CSS
Submitted about 1 month agoWhen should I choose flex over grid? Is there a way to handle confusion about sizes of elements more clearly?
Latest comments
- @abdu36-pngWhat are you most proud of, and what would you do differently next time?@mrfrend
I just see it's not very responsive, but I can't get why.
- @Tech-BadheadWhat are you most proud of, and what would you do differently next time?
It is fair to admit i am now adapting to the mobile-first approach workflow with unreal pace. With the way i approach this project, i don't think i will do anything different next time.
What challenges did you encounter, and how did you overcome them?It has been a while i worked with css grid so at first i was confused but this project had me to refreshen things up which i did by watching youtube tutorial on css grid and from their i was able to grasp what i have forgotten.
What specific areas of your project would you like help with?For this project, i cannot pinpoint areas where i need help but i am open and hoping for those constructive feedbacks from the community.
@mrfrendI would make more constraint of main content, changing container max-width from 100% to, for example, 1440px.
- @XaramsonWhat are you most proud of, and what would you do differently next time?
I am proud for having the patience to finish this particular design
What challenges did you encounter, and how did you overcome them?i encountered a challenge with switching the image to the mobile version, this was fixed by using <Picture> element which allows <source>, source allows for us to set a min or max width where a particular image should exist.
What specific areas of your project would you like help with?I would love to get feed back on my semantic markup
@mrfrendIn my opinion, I would include not only the category of product, but also a name inside <header>. If we have <header>, why not also user <footer> inside <article>? Just my speculations.