How to restore the default property value using CSS?


In short, there is no easy way to restore to default values to whatever a browser uses.

The closest option is to use the ‘initial’ property value, which restores the default CSS values, rather than the browser’s default styles.


Leave a Reply

Your email address will not be published. Required fields are marked *