Dmitry Pashkevich
* {
font-family: 'Source Sans Pro', sans-serif;
}
* {
box-sizing: border-box;
}
write a rule
↓
slap !important on it
↓
it doesn't work
Yes...
When you're absolutely sure that the style should always, always take precedence
... And you will eventually be
wrong!
There is probably a better way
to fix rule specificity
INSIDE
OUTSIDE
Element appearance
Element behavior
padding
border
color
background
font
text-align
box-sizing
margin
position
float
top
left
bottom
right
Middle ground
display
width
height
min-width
min-height
max-width
max-height
Ok to use
Probably not
Be careful