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

  • @mariamALLI

    Submitted

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

    Remembering how to use pure css without css framework after a long while of not practicing.

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

    The challenge I faced was figuring out how to properly balance Fname and Lname input when the field was not filled in at first in the desktop version. However, I haven't figured it out but still working on it.

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

    What CSS attribute to use in properly aligning the Fname and Lname input on the desktop version? any feedback will be appreciated.

    MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    good looking, keep it upšŸ˜€

    0
  • MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    well done, keep it upšŸ˜‰

    1
  • MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    Looking good. Keep it up yo will become much better in no time!šŸ˜‰

    1
  • @sksksk2024

    Submitted

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

    Understanding even a bit of a bit of js is a big win for me!!!

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

    Js for sure! Grid now is not that hard anymore..

    MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    looking good, keep it upšŸ˜„

    1
  • MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    Keep practicing šŸ˜‰. Practice can't make you perfect but definitely will help you to improve.

    0
  • P
    Arcloanā€¢ 280

    @Arcloan

    Submitted

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

    I managed to complete the task :)

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

    The dialog for the mobile version and some kind of issues constraining the size of the image.

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

    I don't know if the way I coded the dialog is a good one so any suggestion will be welcome. Anyway all suggestions on anything are welcome too. Thank you

    MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    nice going šŸ˜‰. Keep it up. For sure you will became a successful developer if you continue this passion.

    1
  • MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    very nice , keep it upšŸ˜‰

    0
  • MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    Nice solution you got there. It is nice . Keep it upšŸ˜‰.

    0
  • MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    Looking good šŸ¤©. Keep it up, you will become better in no time

    0
  • Jun Weiā€¢ 200

    @junwei-wong

    Submitted

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

    Changing hr into a single shade, you will need to add border-style:solid.

     hr {
        border-color: var(--stone-150);
        border-style: solid;
      }
    

    Targeting the li marker specifically to change it's color

      ul ::marker {
        /* works */
      }
    
      li::marker{
        /* works */
      }
    

    Adding border to the each rows

      tr:not(:last-child) td {
        border-bottom: 1px solid var(--stone-150);
      }
    

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

    Mainly the learnings above, also just searching for the answers. I am using the codeium extension on vscode.

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

    I used header tags just for the easy benefit of the padding and sizing, is there a better html element to use for headers?

    MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    nicee!! šŸ¤© Your solution is almost the same as the original design. Great job. Keep it up!

    1
  • MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    Looking good bruh... Maybe you can practice more on your spacing and some adjustment to some elements. More importantly keep improving. Keep it upšŸ˜

    0
  • P
    Arcloanā€¢ 280

    @Arcloan

    Submitted

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

    This is the first js project I completed.

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

    A little challenge was to adjust the size of the share button and the position of it a little of when clicked.

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

    Any suggestions are welcome. I don't know if what I did to hidden the share links is correct. I double typed the hidden class to boost specificity because it was targeted by another class for the styling.

    MiksDev04ā€¢ 250

    @MiksDev04

    Posted

    I am glad to see some design of others here in frontendmentor. Keep it up, I hope we finish every challenges and improve our web development skills

    0