Ejercicio1.css 333 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 21 22 23 24
a:hover{
    background: #CC0000;
    color: #FFF;
    display:block;
    margin: 10px;
    width: 250px;
    height: 20px;
}

body a{
    color: #CC0000;
    display:block;
    margin: 10px;
    width: 250px;
    height: 20px;
}

a:visited{
    color: #CCC;
    display:block;
    margin: 10px;
    width: 300px;
    height: 20px;
}