Post Footer 1



No volver a publicar. cien por ciento mío.

Antes de pasar el cursor

Al pasar el cursorPara tener este Footer (o pie de entrada) solo busca

.post-footer {
y lo remplazamos con  el siguiente código
.post-footer {
    background:#fff;
    padding:10px;
    color:#808080;
    border-top:3px solid #ffd5d5;
    border-bottom:0px solid #FF8D8D
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }

    .post-footer:hover{
    border-top:0px solid #ffd5d5;
    border-bottom:3px solid #FF8D8D;
    }

1 件のコメント: