Text Gradient
by fizerkhan
HTML
<h1>Hire Like Google, Facebook, Apple</h1>
CSS
h1 {
font-size: 3.4em;
letter-spacing: -3px;
position: relative;
display: block;
background-image: -webkit-gradient(linear, 0% 0%, 85% 100%, from(#427296), to(#5FE2AE));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 140%;
margin: 0.5em 0 0 0;
}