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

  • @alfredthompsonOvie

    Posted

    By inline styles, do you mean using the style attribute on HTML elements?? It's bad practice, because (1) you're not considering separation of concern, and (2) it increases the specificity of that element thereby making it more difficult to change the styles from your CSS style sheet

    1
  • Mr Skyner• 30

    @MrSkyner

    Submitted

    Hello! This is my solution for the project named Stats Preview Card!

    Any feedback it's helpful! Thanks for checking and feedback!

    @alfredthompsonOvie

    Posted

    Hi Mr skyner, looks nice, but you could do with a little bit of padding to the contents

    1
  • Dhruv• 60

    @dhruv28o1

    Submitted

    your feedback helpes me to improve..... improved some components of code.... give your feedback i will try my best to improve more.......... thankyou.....

    @alfredthompsonOvie

    Posted

    Hi Dhruv, looks good, well done, but you could make the amount and button a little bigger

    0
  • Marija Havaic• 150

    @marijahavaic

    Submitted

    • How do you name your classes and is there any naming convention I could follow?
    • Is it better to have a descendant combinator (body p) or class (.text) for styling?

    @alfredthompsonOvie

    Posted

    There are a couple of naming convention you can follow, but i could suggest using BEM..

    I always take specificity into account when choosing between classes, IDs or descendant selector because i aim to reduces the specificity as much as I can

    Marked as helpful

    1