Olá meninas! Hoje eu vim aqui para deixar os códigos usados na segunda vídeo aula da nova série do canal! Confira aqui: Como personalizar um BLOG #2
Titulo dos posts:
Procure por: /* Posts
Vai estar +/- assim:
margin-top: 20px;
text-align: center;
border-bottom: 1px dotted #c2c2c2;
}
h3.post-title a {
font-family: Average Sans;
color: #89b6fa;
font-size: 25px;
text-shadow: 0px 1px 1px #3f72bf;
-webkit-transition: color 0.4s ease-in;
-moz-transition: color 0.1s ease-in;
transition: color 0.4s ease-in;
}
h3.post-title a:hover {
text-decoration: none;
color: #b1ccf5;
}
Foi isso, espero que tenha ajudado! Um beijão, até o próximo post *-*
Titulo dos posts:
Procure por: /* Posts
Vai estar +/- assim:
Apague este código, e substitua por esse:
h3.post-title {
margin-top: 20px;
text-align: center;
border-bottom: 1px dotted #c2c2c2;
}
h3.post-title a {
font-family: Average Sans;
color: #89b6fa;
font-size: 25px;
text-shadow: 0px 1px 1px #3f72bf;
-webkit-transition: color 0.4s ease-in;
-moz-transition: color 0.1s ease-in;
transition: color 0.4s ease-in;
}
h3.post-title a:hover {
text-decoration: none;
color: #b1ccf5;
}
Foi isso, espero que tenha ajudado! Um beijão, até o próximo post *-*













