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 solutions

  • Submitted


    Any feedback on Responsive image VS. Responsive Typography?

    Should I add more media queries? What would be an acceptable or recommended number of breaks? or... What would be the best approach to solve this issue?

    Thank you.

  • Submitted


    When should be used? <img> or a <div> with a backgroung image?

    Also, for the pop-over, a pseudo element is the best choice to add the small traingle below the speech ballon??

  • Submitted


    I found very complicated to scale the BG for diferent screen sizes. What would be the best way of using multiple background images?

    My approach was to scale the size and position of the images according to the width and height of the screen. Which lead me to a media query marathon, without great fluidity.

    Any recomendations on this topic regard?

    Many thanks...

  • Submitted

    Flex

    • HTML
    • CSS

    0

  • Submitted


    What did you find difficult while building the project? My first approach was to create two HTML's, index and thanks... I was not able to cross the rating's result from index.html to thanks.html. Finally I created both cards in the index.html file and using JS I controled the visibility with the obj.classList.toggle( ), and got the result.

    Which areas of your code are you unsure of? My second approach, described above is correct? Is is possible manipulate DOM crossing files?

    Do you have any questions about best practices? Above described.

  • Submitted


    What did you find difficult while building the project?

    • coloring the <li> markers.
    • aligning of the table data

    Which areas of your code are you unsure of? CSS organization

    Do you have any questions about best practices? Hor to organize the CSS identifiers.