


table,td {
    border: 1px solid red;
    border-collapse: collapse;
    
}


td {
    border: 3px solid red;
    font-size: 25px;
    padding: 10px;

}

element.style {

user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
table {
   
    text-indent: initial;
    border-spacing: 2px;
    width: 100%;
}



td, th{
    border: 3px solid red;
    font-size: 35px;
    padding: 10px;
       
    transition: 0.5s;
    width: 0px;
    text-align: left;
}
* {
    margin: 0px;
    padding: 0;
}
user agent stylesheet
td {
    display: table-cell;
    vertical-align: inherit;
}
