radial-gradient & webkit-background-clip
xxxxxxxxxx
%%html
<style>
import 'https://fonts.googleapis.com/css?family=Ewert';
#d302h01 {background:white; text-align:center; padding:2px;}
.h1rg {display:inline-block; font-size:35px; line-height:1.1;
padding:10px; font-family:'Ewert',sans-serif;
text-transform:uppercase;
background:radial-gradient(
circle farthest-corner at center center,
orange,magenta,cyan) no-repeat;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;}
</style>
<div id='d302h01'><h1 class='h1rg'>
Dawn comes to those who have seen the darkness
in all its mysterious majesty...</h1></div>
No comments:
Post a Comment