How To Over Right CSS.

Forums CSSHow To Over Right CSS.
Staff asked 3 years ago

How to over-right CSS.

Answers (1)

Add Answer
Staff answered 3 years ago

Consider the example:

.className
{
padding:10px;
}
.className
{
padding:30px !important;
}

Here padding override and  apply 30px

Subscribe

Select Categories