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

  • @devaramnye

    Submitted

    I find it difficult to find out how things are relative to eachother but a little deep dive helped me out to figure out how things are in a relationchip to eachother if I am working with relative units.

    I am still unsure if I did it correctly with the width of the solution. I started with Mobilefirst-workFlow by fixing the width to 375px but I am not really sure if I had to change something to make it as well accessible for desktop but I see now problems by viewing my project with desktop.

    If someone out there has tips or informations about that I had to put something else in my code to make it responsive for desktop as well, I would appreciate it.

    @pratikkw

    Posted

    Use "max-width" instead of "width".

    Marked as helpful

    1
  • SungKim96 30

    @SungKim96

    Submitted

    Please help my challenge...

    • I couldn’t change the color of image
    • I want to stop changing the frame while the screen size is change (I don't understand why it happens although I didn't put the media query)
    • I couldn't make the "10k+ companies 314 templates 12m+ queries" part seems the same as challenge task

    @pratikkw

    Posted

    1.First of all set "background-color" of image parent element to "purple" then use "opacity" property on image itself. Opacity property is range between 0 to 1. (This will only work if you set img using html "img" tag.)

    1. Use flexbox or grid for making "10k+ companies 314 templates 12m+ queries".

    2. "flexbox" and "gird" will solve your responsive problem as well.

    Marked as helpful

    0