CSS Specificity Algorithm
whenever you define CSS style decoration, you have noticed that sometime for a single element we have assigned multiple decoration styles and we thought which style will that element gets when the website render in the browser ?
e.g.
<style> p{ color...
css-specificity-algorithm-working.hashnode.dev2 min read