9 lines
164 B
HTML
9 lines
164 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.clip {
|
|
font-size: 80px;
|
|
text-emphasis: filled currentColor;
|
|
color: green;
|
|
}
|
|
</style>
|
|
<div class="clip">Text with text emphasis</div>
|