19 lines
399 B
CSS
19 lines
399 B
CSS
table
|
|
{
|
|
border: 1px solid rgb(116, 153, 196);
|
|
background-color: rgb(210, 228, 242);
|
|
color: rgb(64, 64, 64);
|
|
text-indent: 0px;
|
|
text-align:justify;
|
|
width: 100%;
|
|
}
|
|
tr
|
|
{
|
|
border: 1px solid rgb(116, 153, 196);
|
|
}
|
|
td
|
|
{
|
|
border: 1px solid rgb(116, 153, 196);
|
|
padding: 15px;
|
|
text-indent: 0px;
|
|
} |