alfred thompson ovie
@alfredthompsonOvieAll comments
- @vandermsSubmitted over 2 years ago
- @Ali-ChimimSubmitted over 2 years ago
Is it a good practice to use inline-style?
@alfredthompsonOviePosted over 2 years agoBy 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 - @MrSkynerSubmitted over 2 years ago
Hello! This is my solution for the project named Stats Preview Card!
Any feedback it's helpful! Thanks for checking and feedback!
@alfredthompsonOviePosted over 2 years agoHi Mr skyner, looks nice, but you could do with a little bit of padding to the contents
1 - @dhruv28o1Submitted over 2 years ago
your feedback helpes me to improve..... improved some components of code.... give your feedback i will try my best to improve more.......... thankyou.....
@alfredthompsonOviePosted over 2 years agoHi Dhruv, looks good, well done, but you could make the amount and button a little bigger
0 - @vandermsSubmitted over 2 years ago
- @marijahavaicSubmitted over 2 years ago
- 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?
@alfredthompsonOviePosted over 2 years agoThere 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 helpful1