div { -moz-transform: scale(2); -webkit-transform: scale(2); -o-transform: scale(2); -ms-transform: scale(2); transform: scale(2); transform-origin: 0 0; } <div> <p>Example</p> </div> How to cancel the transformation of the p tag, the p tag is necessarily nested in the div for which the transformation is performed