зеркало из https://github.com/mozilla/gecko-dev.git
16 строки
423 B
HTML
16 строки
423 B
HTML
<style>
|
|
p {
|
|
margin: 1em 0;
|
|
padding: 1.4em;
|
|
background: linear-gradient(60deg, red, yellow, red, yellow, red);
|
|
font: 900 1.2em sans-serif;
|
|
text-decoration: underline;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-stroke: 2px transparent;
|
|
color: rgba(0,0,0,.2);
|
|
}
|
|
</style>
|
|
|
|
<p>The background is clipped to the foreground text.</p>
|
|
|