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

  • thiCha 10

    @thicha0

    Submitted

    I always end up tweaking pixels during frontend development, is it a good thing ? Should I use percentages sometimes ? Is there a rule about border-radius for example ? Here I have 20px for the container card and 15px for the image inside. I try different combinations of pixels and I leave the ones that "feel" to fit.

    Sheetal 190

    @sheetal1409

    Posted

    You can use pixels, however pixels are not responsive . Pixels can be used for small ,fixed sized elements like borders and shadows. Instead of pixels try using REM .

    2