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

  • @Mirles87

    Posted

    I don't know why the screenshot look like that, but if you enter to theweb, you'll see the diference

    0
  • PyEsse 20

    @PyEsse

    Submitted

    Sorry everybody, it's the first time I make a challenge like this and I didn't kown I had to open all the folder in vsc to see different informations, so, I do again to put you here the files Html and Css. I know I made mistakes and your advices are welcome, with pleasure, thanks for advance and good job for you !

    @Mirles87

    Posted

    background-repeat: no-repeat; (so as not to repeat the background image) display: flex; justify-content: center;

    Marked as helpful

    1
  • Nilil 20

    @Nilil

    Submitted

    1. I have problems with the image (mobile), it's too big.

    2. I couldn't change the border radius (desktop) in the correct corners.

    3. I wasn't able to use "calc()" to change "inline-height". Tried to use "variable + 0.2", and nothing happend. I was using .SCSS to do it.

    4. It's the first time i use ITCSS (Was a mess on my mind organizing it, i don't know if i put them in the right folders )

    Thank you for all your feedback whit this points and other mistakes you can see and share me ❤

    @Mirles87

    Posted

    In the number 2, you have to try something like this: border-radius: 0px 5px 5px 0px; (Or go testing in this way until it comes out in the correct parts) (I'm sorry for my poor English)

    1