18 lines
216 B
CSS
18 lines
216 B
CSS
td img {
|
|
border-radius: .75rem;
|
|
}
|
|
|
|
table {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#fagata {
|
|
color: var(--colorRed);
|
|
font-size: 54pt;
|
|
text-align: center;
|
|
}
|
|
|
|
audio, video {
|
|
width: 100%;
|
|
} |