[[flying fly flies]] [[CSS]]
```
h1::before
{
content: 'H1 ';
font-size: 12px;
}
h2::before
{
content: 'H2 ';
font-size: 12px;
}
h3::before
{
content: 'H3 ';
font-size: 12px;
}
h4::before
{
content: 'H4 ';
font-size: 12px;
}
h5::before
{
content: 'H5 ';
font-size: 12px;
}
h6::before
{
content: 'H6 ';
font-size: 12px;
}
```
![[Pasted image 20200921222115.png]]