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

  • Niloy Das 230

    @NiloyDas07

    Submitted

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

    I got comfortable with grid and will be able to use it much easier in the future.

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

    It was simple.

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

    Can someone please check if I used the BEM methodology properly for my class names?

    dolapobj 120

    @dolapobj

    Posted

    It looks like you have several sections for "body" in your CSS. You could consolidate this into just one scope.

    I really liked the way you used multiple utility classes. That makes your code much more modular, well done!

    And your BEM notation looks good. Nice!

    Marked as helpful

    1
  • RehanKhaz 60

    @RehanKhaz

    Submitted

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

    I am proud that completed this project with easiest code and it is also very good responsive.

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

    About responsiveness but it overcome them easily.

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

    if someone know something easy that i do with complexity then feel free for feedback . Thanks

    dolapobj 120

    @dolapobj

    Posted

    Looks really good. I liked how you used a flex group for the team builder and karma cards, and then just used 3 columns. I did a different approach using grid, but I believe your solution is more simple. Looks great!

    0
  • @davidmoreau2

    Submitted

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

    Figuring out all the media queries on my own through google searches and not looking at code that someone else has made for the same thing. also putting the prices into their own div and using flexbox to align them to eachother

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

    how to get the image to switch on which size screen it was on. Also where exactly the cut off points for that would be.

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

    all of it. cleaning up my code

    dolapobj 120

    @dolapobj

    Posted

    The link (https://github.com/davidmoreau2/product-preview-card-component-main) to access the code doesn't work. From the design though looks great! Well done 👏🏾

    0
  • P

    @frankgomezdev

    Submitted

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

    Not proud of much, very easy challenge. Wouldn't do anything differently.

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

    Figuring out how to style the bullets, numbers on the unordered and ordered list. MDN docs helped me out.

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

    No specific areas. All feedback is welcome.

    dolapobj 120

    @dolapobj

    Posted

    My only recommendation is to use more semantic HTML to make it easier for the browser and other developers to understand the structure of the page. For example, instead of using "divs" you could use a header for the introductory section, and then sections for each of the remaining sections. This would make the HTML layout of the page more understandable.

    Marked as helpful

    0
  • dolapobj 120

    @dolapobj

    Posted

    It looks really good! I like how you included hover functionality and the animation as well when hovering over the images and the text. One thing you might consider is using BEM notation to style your CSS.

    BEM (Block Element Modifier) is a methodology and naming convention for writing CSS in a way that makes CSS classes more readable, scalable, and easier to understand.

    The BEM syntax is straightforward: .block__element--modifier, where block is the name of the component, element is a child of the block that helps form the block as a whole, and modifier is a variant of the block or element. This structured approach helps in maintaining large codebases by reducing CSS specificity issues,

    0
  • FPPalmero 40

    @FPPalmero

    Submitted

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

    I'm proud to have started from 0 a short time ago and realized that I'm improving every day.

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

    is always being a challenge to make a responsive layout

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

    Needing to learn more about responsive using grid

    dolapobj 120

    @dolapobj

    Posted

    Really great work. Reviewing your code and comparing it to my solution I learned two things.

    One is to use the <span> HTML element for decorating a piece of text inline, and also using media queries to specific styles to elements on the page when the viewport width is a certain width. I didn't do this for my solution and will begin using them from here on out.

    I don't really have any suggestions other than to perhaps consider using SASS/SCSS to build CSS files. I've been using it because it allows you to define global variables that will then be used in the rest of your CSS file.

    0
  • @NatyAmare21

    Submitted

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

    I am working on the QR code Project and working on HTML page I was trying to solve using the web

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

    the CSS part of Media Control

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

    Part of Display

    dolapobj 120

    @dolapobj

    Posted

    Looks good, only thing I would recommend is using a stylesheet. Also, play around with fonts to see if you can better match the design. Nice job!

    0