HTML
<head>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/prism-tomorrow.css">
</head>
<body>
<pre>
<code class="language-css">
* {
margin: unset;
padding: unset;
box-sizing: border-box;
}
</code>
</pre>
<script
src="https://cdn.jsdelivr.net/npm/prismjs@v1.x/components/prism-core.min.js">
</script>
<script
src="https://cdn.jsdelivr.net/npm/prismjs@v1.x/plugins/autoloader/prism-autoloader.min.js">
</script>
</body>
* {
margin: unset;
padding: unset;
box-sizing: border-box;
}