25

How come the css syntax/specifier
!important
Means the opposite of how it reads. (not important)

Can it just be a '!' since its already shouting the meaning.

.short {
height: 9px!
}

Comments
Add Comment