How to access head element in jsfiddle
by ShaCP
HTML
<div class="container">
<div class="a">
HOW TO ACCESS
</div>
<div class="b">
HEAD ELEMENT
</div>
</div>
CSS
body {
font-family: 'Bebas Neue';
font-size: 3rem;
color: blue;
}
.container * {
outline: 1px solid;
width: fit-content;
line-height: 1;
}
</style>
<link rel="stylesheet"href="https://use.typekit.net/vxk8gvw.css">
<style>