49 lines
803 B
CSS
49 lines
803 B
CSS
body{
|
|
background-color: rgb(166, 253, 254);
|
|
|
|
}
|
|
h1{
|
|
text-align: center;
|
|
}
|
|
.tableH{
|
|
|
|
background-color: antiquewhite;
|
|
}
|
|
.tg {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
align-self: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.tg td {
|
|
border-color: black;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
padding: 10px 5px;
|
|
word-break: normal;
|
|
}
|
|
|
|
.tg th {
|
|
border-color: black;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
overflow: hidden;
|
|
padding: 10px 5px;
|
|
word-break: normal;
|
|
|
|
}
|
|
|
|
.tg .tg-0lax {
|
|
text-align: center;
|
|
vertical-align: top;
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
|
|
} |