.important {color:red;}In CSS, when we use a selector like .important, it means that: * code example Example: !important css div { width: 100% !important; }