!important CSS , , , .
!important . , , .
!important .
. , , .
.btn {
margin-bottom: 0;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 11px;
border-radius: 4px;
}
.btn true, - , .btn, , , . , , .
<p class="format-paragraph">
<button type="submit" name="save" class="btn"> Submit</button>
</p>
, .btn , , .btn :
.btn {
margin-bottom: 0 !important;
text-align: center !important;
vertical-align: middle !important;
touch-action: manipulation !important;
cursor: pointer !important;
border: 1px solid transparent !important;
padding: 6px 12px !important;
font-size: 11px !important;
border-radius: 4px !important;
}
, .
.text-center { text-align: center !important; }, , - , .
source
share