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

  • ZION ALASAโ€ข 10

    @Ayokan

    Submitted

    I had problems in making the corners of the picture curved. I used border radius but there was always a deviation in the changes i was making.

    Can anybody explain how to curve image corners please ? Is there a way to have a canvas to put these elements so that the styling can be more efficient ?

    Eduardo Danielโ€ข 120

    @202745EsquedaDaniel

    Posted

    Hi, just renember

    Four values - border-radius: 15px 15px 0 0; (first value applies to top-left corner, second value applies to top-right corner, third value applies to bottom-right corner, and fourth value applies to bottom-left corner):

    0