14 lines
206 B
CSS
14 lines
206 B
CSS
table, th, td {
|
|
border: 1px solid;
|
|
border-collapse: collapse;
|
|
width: 50%;
|
|
max-width: 600px;
|
|
padding: 4px;
|
|
}
|
|
|
|
.avatar {
|
|
float: right;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|