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

  • @Deepali25-K

    Submitted

    Hello there! This is my code solution for the "Fylo Landing Page with Two Column Layout" challenge.

    I would love to receive some feedback. I'm eager to learn and improve my coding skills, so any constructive criticism or suggestions for improvement would be greatly appreciated.

    Thank you in advance for taking the time to review my work, and I look forward to hearing your thoughts!

    faizan 2,420

    @afaiz-space

    Posted

    @Deepali25-Kv, hi..... I noticed some issues in your design.

    • Header content is overflowing. The ul tag in the footer also has an overflow
    0
  • @cristinakellyt

    Submitted

    I did this project to practice some knowledge.

    I am happy with the result, but it would be even more if you guys tell me how to improve it or fix something wrong!

    I appreciate your time! =)

    Simple interactive card using TYPESCRIPT/SASS/WEBPACK

    #sass/scss#typescript#webpack#handlebars

    1

    faizan 2,420

    @afaiz-space

    Posted

    Hey @cristinakellyt .

    When hovering over the button of number 2. Then the color of the button of number 1 changes. This is happening with each and every button. When you hover over the forward button, then the hover effect will be seen on the button before it.

    -- I think there is a problem.

    #rating-values input:hover+input {
    background-color: #959eac;
    color: #fff;
    }
    
    1
  • @DLMedeiro

    Submitted

    Looking for input on how others would style the "$29 per month" piece.

    Currently I have a H3 with 2 spans, the appearance is close, but this solution doesn't feel right and I wasn't able to center the "per month" portion.

    Thanks!

    faizan 2,420

    @afaiz-space

    Posted

    Hey @DLMedeiro,

    • add display: flex; align-items: center; gap: 8px; in h3 tag for vertical center alignment.
    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey @deepaksaroha,

    • background curve images used in the body element in the CSS file.
    • remove height: 80%; from .container class.

    Marked as helpful

    1
  • @KarenMascarenhasLourenco

    Submitted

    Is my code understandable?

    Did I use the semantic HTML tags correctly, should I add more or less?

    In what areas of my code can I improve on?

    All feedback is greatly appreciate. It helps me to improve as a frontend developer. Thanks!

    faizan 2,420

    @afaiz-space

    Posted

    Hey, @KarenMascarenhasLourenco

    • add hover color in social icon and footer links.
    0
  • faizan 2,420

    @afaiz-space

    Posted

    hey @nikitabarnawal,

    • change color / 100.
    • why not use heading tags for heading.
    • verticle align icons and heading.
    0
  • @catherineisonline

    Submitted

    Hello, Frontend Mentor community! This is my solution to the Intro section with dropdown navigation.

    I appreciate all the feedback you left that helped me to improve this project. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.

    You are free to download or use the code for reference in your projects, but I no longer update it or accept any feedback.

    Thank you

    faizan 2,420

    @afaiz-space

    Posted

    Hey @catherineisonline,

    • if not provide any hyperlink in the anchor tag. then use # ex (<a href="#">Todo List</a>)
    • add line-height: normal; in the button element.
    • replace min-width:1000px; with min-width:1200px; in the main element.
    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey @nukettas, congratulations on completing the challenge.

    • instead of using the top left property use the grid property then you will get a better result.
    • also make a responsive website. Must have a mobile-first approach.
    1
  • Endo_hr 60

    @EndoHr

    Submitted

    During this challenge, I faced too many questions and problems. If you r able to answer, please help me to figure.

    1. To centering that card, I used position: relative (left, top). But I think it's not good idea to do responsive thing. I thought I had to use display: flex then (justify, align to center). But when I did that I don't know my align-items didn't work, so I just Googled and found I had to set the height of the card 100%, but to do that, I can't use border-radius (cuz my height is now 100%). I had more problems, but this one is the hardest one to figure.
    faizan 2,420

    @afaiz-space

    Posted

    Hey @EndoHr, congratulation on completing the first challenge.

    add

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

    remove position left and top property from cart class.

    .cart {
        /* position: relative; */ 
        /* left: 28%; */
        /* top: 80px; */
        display: flex;
        border-radius: 10px;
        width: 35rem;
        flex-direction: row;
        overflow: hidden;
    }
    
    • remove height and replace width:21%; with width:50%; in the .perfume class.
    • replace width:21%; with width:50%; in the .details class.

    remove top and left property from the media cart class.

    @media only screen and (max-width: 600px)
    .cart {
        /* top: 10px; */
        flex-direction: column;
        /* left: 5%; */
        width: 100%;
    }
    
    • replace /* width: 90%; */ with width: 100%; in the media .perfume_mob class.
    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey @cmb347827,

    • add display: grid; place-items: center; min-height: 100vh; in the body element. remove all properties from the main element.
    • add border-radius:12px; in the .container class.

    replace

    main .container form .svg {
        width: 38px;
        height: 38px;
        background-color: Silver;
        background-color: #7c8798;
        border-radius: 50%;
    }
    

    with

     .svg-parent {
        /* border: 2px solid red; */
        width: 40px;
        height: 40px;
        display: grid;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f8f8f8;
    }
    

    for logo alignment appropriately.

    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey @irfanhfzh,

    ongratulation on completing the challenges. I noticed an issue in your project.

    • add align-items: center; justify-content: space-evenly; and replace padding: 78px 121px 64px 70px; with padding: 0 30px; in the .card__content class.
    • remove height: 180px; from the .card__summary class
    • replace width: 350px; with width: 100%; and remove margin-top: auto; from the .card__socials class
    0
  • @catherineisonline

    Submitted

    Hello, Frontend Mentor community! This is my solution to the News homepage.

    I appreciate all the feedback you left that helped me to improve this project. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.

    You are free to download or use the code for reference in your projects, but I no longer update it or accept any feedback.

    Thank you

    faizan 2,420

    @afaiz-space

    Posted

    @catherineisonline

    • add box-sizing: border-box; in the ** * universal** selector;
    • replace height:100vh; with the min-height:100vh; in the body element.
    • remove margin-top: -0.6rem; from the .featured a element.
    • replace align-items: top; with align-items: flex-start; in the .post class.(Content is overflowing by giving height of post class)
    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey @candiuk

    • add min-height: 100vh; in the body element.
    • remove max-width:350px; and add width:100%; in the card class.
    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey @simplysabir

    • add a curved background image in the background.
    • add min-height:100vh; in the body and the .container class. -add height: 350px; in the .cards class.
    • remove the margin from the card1, card2 and card3 in the class.
    • add self-align:flex-start; in the card1.
    • add self-align:center; in the card2.
    • add self-align:flex-end; in the card3.

    same property used in the rating card.

    Marked as helpful

    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey, @josuep723

    • Remove width and add padding in the texto class.
    .texto {
        /* width: 80%; */
        padding: 10px;
    }
    

    Marked as helpful

    1
  • S.Aloui 190

    @Souheib-Aloui

    Submitted

    • At one point i had both a horizontal and vertical scroll bars , i used overflow hidden on the body but the horizontal scroll bar came up again ( when i checked on responsive mode on Mozzilla ) , any ideas ?
    • Any suggestions about my code , how to make it cleaner , more semantic , better basically
    faizan 2,420

    @afaiz-space

    Posted

    Hey @Souheib-Aloui

    • background circle image used in the body element with the help of background-image property use
    0
  • faizan 2,420

    @afaiz-space

    Posted

    Hey, @chambrin congratulation on completing the challenges.

    • also add a hover effect in the image and add an eye SVG image on the image.
    • add align-items: center; in the .content-bottom div class.
    1
  • faizan 2,420

    @afaiz-space

    Posted

    Hey, @Noseriousv congratulation on the completing challenges.

    • remove background color from the ( * ) universal selector.
    • add background color in the body element.

    . . keep it up......

    Marked as helpful

    0
  • faizan 2,420

    @afaiz-space

    Posted

    hey @mrahmadtalha

    • add margin: -4rem auto 0 auto; in the .victor class.
    • remove left margin , and add text-align:center; in the h1 element.
    • add text-align: center; in the .card__stats class.

    Marked as helpful

    1
  • faizan 2,420

    @afaiz-space

    Posted

    Hye @tahseen777

    • add align-item: center in the body element.
    • change the image, no need to download an external image ( image provided by the frontend mentor)
    • you also read style-guide.md. this is the file in the project assets.

    Marked as helpful

    1
  • Kritika 20

    @11Kritika11

    Submitted

    Changing the color of icons and Their hovering state is not working .Don't know why , I tried multiple time to solve this issue but wasn't successful and the content desktop size also bothered me a lot as you can see my commits of CSS folder on my GitHub repository. I would love to know How can I fix this problems in my Upcoming challenges! .Nevertheless I enjoyed completing and submitting my first ever challenge.

  • @DeboraCristinaP

    Submitted

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

    Me orgulho de ter terminado o desafio o mais parecido que pude. Gostaria aprender a usar o css de forma mais correta eu ainda me perco muito nesse quesito.

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

    definitivamento o css

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

    no código css

    faizan 2,420

    @afaiz-space

    Posted

    Hey, @DeboraCristinaP congratulation on completing the challenge.

    • add box-sizing; border-box; in the * (universal selector).
    • add min-height: 100vh; in the body element.
    • remove margin:50px; from main element.
    • you can do width:100%.

    . . keep it up........

    1
  • faizan 2,420

    @afaiz-space

    Posted

    Hey, @Alifkm

    • remove line-height
    @media screen and (min-width: 1024px)
    .header .header__title {
        font-size: 2.2rem;
        /* line-height: 0; */
    }
    
    @media screen and (min-width: 1024px)
    .section3 .section3__title {
        font-size: 1.7rem;
        /* line-height: 0; */
    }
    
    @media screen and (min-width: 1024px)
    .section5 .section5__title {
        font-size: 1.7rem;
        /* line-height: 0.5; */
    }
    

    Marked as helpful

    0
  • @kiersten-c

    Submitted

    Hi!

    Something I struggle with is going from "mobile-first" to responsive. I find myself writing code for the mobile version and then completely rewriting it when I get to the desktop version.

    Does anyone have any suggestions?

    faizan 2,420

    @afaiz-space

    Posted

    hey, @kiersten-c congratulation on completing the challenge.

    • add min-height:100vh in the body element,.
    • remove the left and right margins from the p and h elements. after add .content class with padding: 2rem;
    • add align-items: center; in the .price class.
    • you can do button width: 100%;

    . . keep it up

    1