ejercicio2.css 274 Bytes
Newer Older
roshka committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.link a{
    color: #cc0000;
    text-decoration: underline;
    font-size: 30px;
}
.link p{
    margin-bottom: 5px;
}
p:first-child{
    margin-top: 50px;
}
.link a p:hover{
    background: #CC0000;
    color: #fff;
    width: 220px;
}
.link a:visited{
    color: #ccc;
}