Commit 9d2f564f by Jose Baez

Initial commit

parents
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;
}
This diff is collapsed. Click to expand it.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment