TAG
CSS
Result
Run
License
<h1>Style Sheet</h1> <h1>Style Sheet</h1>
h1::after { display: inline-block; color: #FF0000; vertical-align: super; font-size: 13px; font-weight: normal; margin-left: 10px; transform: rotate(-15deg); } h1:nth-child(1)::after { content: "Original"; } h1:nth-child(2) { font-variant: small-caps; } h1:nth-child(2)::after { content: "small-caps"; font-variant: normal; }
Console
expand_less
License
License
by DevDic
Close