Ohayooo queridos bunnie's! Estou super animada pois antes mesmo do ano acabar consegui cumprir minhas metas de leitura. Devo dizer que dá uma prazer incrível ao acabar, mas durante o processo seguir algumas metas são bem chatas e até um pouco exaustivas, então não sei se irei aderir outra meta literária em 2018. Bom agora vamos falar do tutorial de hoje? Hoje vou mostrar como colocar texto gradiente no blog.
.::Exemplo::.
Códigos
color: #4f4f4f;
background: -webkit-linear-gradient( left, #248F8D, #8d3855, #5C4F79);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background: -webkit-linear-gradient( left, #248F8D, #8d3855, #5C4F79);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
.sidebar h2 {
margin-bottom: 5px;
letter-spacing: 3px;
text-align: center;
text-transform: uppercase;
font-family: 'Calibri', sans-serif;
-webkit-transition-duration: .50s;
color: #4f4f4f;
background: -webkit-linear-gradient( left, #248F8D, #8d3855, #5C4F79);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Vermelho é a tag, em verde é as chaves que começam e encerram o código, em azul são demais partes de personalização do título, como posição, tipo de fonte, espaço entre as letras etc... a parte em laranja é o código do degrade.
Códigos
h3.post-title {
border-bottom:1px solid #ccc;
text-align:left;
padding-left:20px;
color: #4f4f4f;
letter-spacing:2px;
font-family: 'Lato', sans-serif;
font-size:20px;
text-transform:uppercase;
background: -webkit-linear-gradient( left, #248F8D, #8d3855, #5C4F79);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h3.post-title a {
color: #4f4f4f;
letter-spacing:2px;
font-family: 'Lato', sans-serif;
font-size:20px;
text-transform:uppercase;
background: -webkit-linear-gradient( left, #248F8D, #8d3855, #5C4F79);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h3.post-title a:hover {
background: -webkit-linear-gradient( left,#5C4F79, #8d3855,#248F8D);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
border-bottom:1px solid #ccc;
text-align:left;
padding-left:20px;
color: #4f4f4f;
letter-spacing:2px;
font-family: 'Lato', sans-serif;
font-size:20px;
text-transform:uppercase;
background: -webkit-linear-gradient( left, #248F8D, #8d3855, #5C4F79);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h3.post-title a {
color: #4f4f4f;
letter-spacing:2px;
font-family: 'Lato', sans-serif;
font-size:20px;
text-transform:uppercase;
background: -webkit-linear-gradient( left, #248F8D, #8d3855, #5C4F79);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h3.post-title a:hover {
background: -webkit-linear-gradient( left,#5C4F79, #8d3855,#248F8D);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Códigos
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
Salve e veja o resultado. Uma coisa legal é que esse estilo realmente pode ser aplicado em inúmeros lugares, até mesmo em links.
Nenhum comentário:
Postar um comentário