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

  • Pirateโ€ข 170

    @ima9gh

    Posted

    Hello there!

    ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฎ๐˜๐˜‚๐—น๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—ผ๐—ป ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฐ๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ.

    ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—ฝ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜ ๐—น๐—ผ๐—ผ๐—ธ๐˜€ ๐—ด๐—ฟ๐—ฒ๐—ฎ๐˜.

    I have a suggestion to improve your challenge!

    โ—To set the correct color of the circles, change the ๐—–๐—ฆ๐—ฆ code:

     .contain time ul li::marker{
     color: hsl(332, 51%, 32%);
     }
    

    You gave brown color to ๐—ฎ๐—น๐—น ๐˜๐—ต๐—ฒ ๐—ฐ๐—ถ๐—ฟ๐—ฐ๐—น๐—ฒ๐˜€ by selecting ๐˜‚๐—น ๐—น๐—ถ::๐—บ๐—ฎ๐—ฟ๐—ธ๐—ฒ๐—ฟ!

    โ—Also, change the font of the titles to: font-family: YoungSerif-Regular;

    Let me know if this comment was helpful.

    ๐—š๐—ผ๐—ผ๐—ฑ ๐—น๐˜‚๐—ฐ๐—ธ ๐—ฐ๐—ผ๐—ฑ๐—ถ๐—ป๐—ด!

    0
  • Snigdha Sukunโ€ข 10

    @snigdha-sukun

    Submitted

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

    Iโ€™m proud of myself for creating and deploying my first live application. Although itโ€™s a simple app, it was my first time doing this. I used online references to complete the solution, but next time, I plan to rely more on my own efforts. Throughout this process, I learned a lot about CSS and how to deploy using Vercel.

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

    I encountered some difficulty while writing the CSS code, particularly in accurately positioning the QR element according to the design. I referred to a few CSS tutorial websites for syntax and values, and after some trial and error, I was able to get it right.

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

    CSS techniques

    Pirateโ€ข 170

    @ima9gh

    Posted

    Hello there!

    ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฎ๐˜๐˜‚๐—น๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—ผ๐—ป ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฐ๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ.

    ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—ฝ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜ ๐—น๐—ผ๐—ผ๐—ธ๐˜€ ๐—ด๐—ฟ๐—ฒ๐—ฎ๐˜.

    I have a suggestion to improve your challenge!

    โ—To move the card to the center of the page, change the ๐—–๐—ฆ๐—ฆ code:

    body{ 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    box-sizing: border-box;
    }
    

    โ—To correctly break the words in your ๐—ค๐—ฟ ๐—ฐ๐—ผ๐—ฑ๐—ฒ:

    ๐˜„๐—ผ๐—ฟ๐—ฑ-๐—ฏ๐—ฟ๐—ฒ๐—ฎ๐—ธ can be used to break words and make texts more similar to the main challenge.

    ๐—œ๐—ณ ๐˜๐—ต๐—ฒ๐˜† ๐—ฎ๐—ฟ๐—ฒ ๐—ป๐—ผ๐˜ ๐—ฏ๐—ฟ๐—ผ๐—ธ๐—ฒ๐—ป ๐—ฎ๐˜€ ๐˜†๐—ผ๐˜‚ ๐˜„๐—ฎ๐—ป๐˜, ๐—ท๐˜‚๐˜€๐˜ ๐—ฟ๐—ฒ๐—ฑ๐˜‚๐—ฐ๐—ฒ ๐˜๐—ต๐—ฒ ๐˜„๐—ถ๐—ฑ๐˜๐—ต ๐—ผ๐—ณ ๐˜๐—ต๐—ฎ๐˜ ๐—ถ๐˜๐—ฒ๐—บ!

    Let me know if this comment was helpful.

    ๐—š๐—ผ๐—ผ๐—ฑ ๐—น๐˜‚๐—ฐ๐—ธ ๐—ฐ๐—ผ๐—ฑ๐—ถ๐—ป๐—ด!

    Marked as helpful

    1
  • Pirateโ€ข 170

    @ima9gh

    Posted

    Hello there!

    ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฎ๐˜๐˜‚๐—น๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—ผ๐—ป ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฐ๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ.

    ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—ฝ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜ ๐—น๐—ผ๐—ผ๐—ธ๐˜€ ๐—ด๐—ฟ๐—ฒ๐—ฎ๐˜.

    I have a suggestion to improve your challenge!

    โ—To move the card to the center of the page, change the ๐—–๐—ฆ๐—ฆ code:

    body{ 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    box-sizing: border-box;
    }
    

    Why didn't you change the background color and li text on hover?

    โ—To fix this defect, use the following codes:

    li:hover{
    background-color: hsl(75, 94%, 57%);
    color: black;
    }
    

    Let me know if this comment was helpful.

    ๐—š๐—ผ๐—ผ๐—ฑ ๐—น๐˜‚๐—ฐ๐—ธ ๐—ฐ๐—ผ๐—ฑ๐—ถ๐—ป๐—ด!

    Marked as helpful

    1
  • Abdul Khaliq ๐Ÿš€โ€ข 72,660

    @0xabdulkhaliq

    Submitted

    Hello everyone..๐Ÿ‘จโ€๐Ÿ’ป

    • This was an excellent challenge to train and improve my knowledge with grid & flex layout.
    • This helps me to practice about turning designs into actual website
    • I tried to make my code as clean and readable as possible! If there's anything I can improve on this, I'd love to know!

    Feel free to leave comments on how I can improve my code.

    Peace be upon you..โœจ

    Pirateโ€ข 170

    @ima9gh

    Posted

    Hi please help me.

    What is the problem with my code, why doesn't it work? Although the opacity on hover is 1!

    The eye is the icon on the photo when hovering

    .NTF .eye{
    position: absolute;
    background-image: url(images/icon-view.svg) no-repeat center;
    background-color: var(--clrBGeye);
    width: 290px;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 130px;
    border-radius: 5px;
    opacity: 0;
    }
    
    .NTF .eye :hover{
    opacity: 1;
     }
    

    : I haven't uploaded the challenge yet.

    1
  • gayathri-v1โ€ข 170

    @gayathri-v1

    Submitted

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

    I was able to understand the media queries, learnt more on flex and grid.

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

    while resizing the screen, the content in the container overlaps with other divs.I should use relative units instead of just px.

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

    nothing as such

    Pirateโ€ข 170

    @ima9gh

    Posted

    Hello there!

    ๐—–๐—ผ๐—ป๐—ด๐—ฟ๐—ฎ๐˜๐˜‚๐—น๐—ฎ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—ผ๐—ป ๐—ฐ๐—ผ๐—บ๐—ฝ๐—น๐—ฒ๐˜๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฐ๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ.

    ๐—ฌ๐—ผ๐˜‚๐—ฟ ๐—ฝ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜ ๐—น๐—ผ๐—ผ๐—ธ๐˜€ ๐—ด๐—ฟ๐—ฒ๐—ฎ๐˜.

    I have a suggestion to improve your challenge!

    โ—To move the card to the center of the page, change the ๐—–๐—ฆ๐—ฆ code:

    body{ 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
    box-sizing: border-box;
    background-color: hsl(30, 38%, 92%);
    }
    

    โ—To make it responsive from :

    You should find the size of fonts and other items in smaller sizes to avoid cluttering your project!

    ๐—ง๐—ต๐—ฒ๐˜€๐—ฒ ๐˜€๐—ถ๐˜‡๐—ฒ๐˜€ ๐—บ๐—ฎ๐˜† ๐—ฏ๐—ฒ ๐˜‚๐˜€๐—ฒ๐—ณ๐˜‚๐—น ๐—ณ๐—ผ๐—ฟ ๐˜๐—ต๐—ฒ ๐—ต๐—ฒ๐—ถ๐—ด๐—ต๐˜ ๐—ฎ๐—ป๐—ฑ ๐˜„๐—ถ๐—ฑ๐˜๐—ต ๐—ผ๐—ณ ๐˜†๐—ผ๐˜‚๐—ฟ ๐—ฐ๐—ต๐—ฎ๐—น๐—น๐—ฒ๐—ป๐—ด๐—ฒ.

    @media screen and (max-width: 400px){ 
     .container{
     height:300px;
    }     
    picture .image{
        height: 300px;
        width: 170px;
    }
    }
    
    @media (min-width: 500px){
    .container{
        height:340px;
    }
    picture .image{
        height: 340px;
        width: 200px;
    } 
    }
    

    Let me know if this comment was helpful.

    ๐—š๐—ผ๐—ผ๐—ฑ ๐—น๐˜‚๐—ฐ๐—ธ ๐—ฐ๐—ผ๐—ฑ๐—ถ๐—ป๐—ด!

    Marked as helpful

    1
  • ABโ€ข 60

    @rvupmo33

    Submitted

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

    Being able to make something somewhat similar despite not using the figma file.

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

    Media queries. However, I was able to understand them after watching a tutorial.

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

    Open to any and all feedback!

    Pirateโ€ข 170

    @ima9gh

    Posted

    This comment was deleted

    0
  • Amirul Afanndyโ€ข 30

    @amirulafanndy

    Submitted

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

    I am using basic CSS for styling. I will try to use CSS framework like Bootstrap or TailwindCSS next time.

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

    I got problem with centering the item in the div elements tag. I learn how to use CSS flexbox property to solve this.

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

    Look at my CSS structure if it is written clean and structured or it is messed up.

    Pirateโ€ข 170

    @ima9gh

    Posted

    Hello! Looks like you did it right and clean.

    You did not pay attention to the font size of the title and breaking the words in the lines!

    Good luck.

    0