Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • jpcardozx 100

    @jpcardozx

    Submitted

    What are you most proud of, and what would you do differently next time?

    I'm most proud of successfully integrating the visual design elements into the project, particularly the decorative line and the way it interacts with the container's borders. The effect of creating a quarter-circle at the edges added a unique touch to the design, making the layout more visually appealing and professional.

    Next time, I would start by sketching the design layout and structure on paper or a digital tool before jumping into the code. This could help in visualizing the alignment and spacing more clearly, potentially saving time on adjustments later. Additionally, I would explore more advanced CSS techniques or possibly use SVGs for even greater precision and flexibility in the design.

    What challenges did you encounter, and how did you overcome them?

    One of the significant challenges was ensuring that the decorative line and mainly the CSS Grid were integrated seamlessly with the containers designed in Figma, particularly in making the edges appear as quarter-circles and the containers to get a bad position in the grid. It was tricky to align the line correctly without it either overflowing awkwardly or being misaligned with the container's borders.

    I overcame this by experimenting with border-radius and carefully adjusting the line’s positioning using negative margins and overflow properties. Iterating on the design and testing various configurations helped me find the right balance between aesthetics and functionality.

    What specific areas of your project would you like help with?

    I would appreciate feedback on a few areas:

    I'm curious to know if there are more efficient ways to make this design fully responsive across different screen sizes, particularly mobile devices.

    Any tips on improving the accessibility of this layout? I'd like to ensure that the visual elements don't hinder screen readers or create issues for users with visual impairments.

    @Blanchevalen

    Posted

    Dear Jpcardozx!

    Your HTML and CSS code is tidy. There are some trick that can help make your code shorter and more maintaible. If you apply CSS reset, you can save many "margin:0" line. There is a good article: https://www.joshwcomeau.com/css/custom-css-reset/. Maybe the root variables also can you help, https://www.shecodes.io/athena/34209-how-to-create-root-variables-for-colors-in-css. Finally the relative measures can help you make more responsive design. Kevin Powel's Youtube channel contain many videos in this topic.

    Happy coding!

    Marked as helpful

    1
  • @Blanchevalen

    Posted

    Dear Nguyen Duc Tan,

    You have a nice solution! Your HTML code is very simple and effective. Your CSS code is good, working well, but the many media query maybe makes sustainability difficult.

    Thanks! Blanchevalen

    0
  • @carstenkoerner

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud to have completed the first learning path.

    What challenges did you encounter, and how did you overcome them?

    Changing the gap between li marker and li content and setting the line-height between li's and within li's if they have a line break, was a little bit tricky.

    What specific areas of your project would you like help with?

    -/-

    @Blanchevalen

    Posted

    Your code is very organized and clear. Your solution is good. Thank you!

    0
  • @Blanchevalen

    Posted

    Your screenshot is very attractive! :) In my opinion your code is good (HTML and CSS also).

    For more complex CSS codes, I recommend this article: https://www.frontendmentor.io/articles/understanding-css-naming-conventions-bem-oocss-smacss-and-suit-css-V6ZZUYs1xz

    0
  • @sayyedaaman2

    Submitted

    What are you most proud of, and what would you do differently next time?

    During the challenge I Learn about the explore the font families, Typograph, lineheight, box-sizing. And How to approach the design.

    What challenges did you encounter, and how did you overcome them?

    No Thing special

    What specific areas of your project would you like help with?

    Figma

    @Blanchevalen

    Posted

    This is a very good solution. Between the boxes the space is not perfect at every case. I do not find your ReadMe text. Your CSS code was interesting for me. Thank You!

    Marked as helpful

    0
  • @Shubham81617

    Submitted

    What are you most proud of, and what would you do differently next time?

    I took more than 30 minutes in this challenge which is more than the expected time but next time I will try to do it as early as possible. Still, I'm proud of myself that I completed the challenge.

    What challenges did you encounter, and how did you overcome them?

    I don't think I encountered such challenges but yeah I was more focused on details so I took some time but still managed to cover it in half an hour which is decent.

    What specific areas of your project would you like help with?

    it helps me with HTML and CSS.

    @Blanchevalen

    Posted

    It is a very nice solution! One color is not perfect (p tag), and the card height, maybe it originates the smaller p tag font size. But it is really very good! The 30 minutes solution time is also for the first challenge!

    0
  • P

    @GGSWEngineer

    Submitted

    Hello everyone!

    Appreciate you all looking at my solution for my product preview card component.

    A few questions...

    Ideally, you would want to start building out this project starting out with the mobile version first, correct? I figured this out after finishing the desktop version but can anyone help explain why?

    I looked at the style guide and README files to find the colors of the project but it didn't match to the actual picture given to me by frontendmentor. A bit unsure if I mistyped the color or not. Did anyone else experience this issue?

    As my screen gets smaller, my container and the content inside it don't change much in size and only adjust drastically when it hits the max-width media 600px. Is this standard or should my project be more responsive?

    Finally, when we add the media queries is it usual to add a lot more code there, or is it usually just a few things? I feel like I added too many selectors and properties there, but would love to hear the communities input.

    Thank you for your time,

    Gerardo Garcia

    @Blanchevalen

    Posted

    Dear GGSWENGINEER!

    I learned a simple explanation why the mobile version is the first: what we see, we can read on mobile, even if it is not beautiful, it will be readable and understandable on the desktop version as well. But conversely, this is not necessarily true (too small letters, elements that have slipped apart, invisible scrollable elements, etc.).

    Regarding the media requests, I just want to say (I'm a beginner too), if you use more relative units of measurement in the code (for example, em, rem), not absolute (pixel), then maybe less things need to be modified in another view.

    I think you are on the right track, keep it up!

    Marked as helpful

    0
  • @Blanchevalen

    Posted

    Dear Yavatsa! Now your HTML code write: <img src="images/Capture.PNG" alt="">, but you image is only in the root folder. Create an image folder on GitHub (Google answer for that problem: "On GitHub.com, navigate to the main page of the repository. Above the list of files, select the Add file dropdown menu and click Upload files."), or rewrite the image path (<img src="Capture.PNG" alt="">. I hope I could help.

    Marked as helpful

    0