style.css 506 Bytes
Newer Older
Jose Baez 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 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
html{
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    text-align: center;
}

img{
    width: 16px;
    height: 16px;
}

.container{
    width: 900px;
    height: 1200px;
    margin: 0 auto;
}

.table{  
    border-collapse: collapse;
    width: 100%;
}

.table tr:nth-child(even){
    background-color: #f2f2f2;
}

.table tr:hover {
    background-color: #ddd;
}

th{
    text-align: left;
}

.checks{
    display: inline;
}

.clubes{
    width: 24px;
    height: 24px;
    margin-left: 10px;
}