User:AlphSpirit/common.css: Difference between revisions
Jump to navigation
Jump to search
AlphSpirit (talk | contribs) No edit summary |
AlphSpirit (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
.tsTableGrid { | .tsTableGrid { | ||
display: grid; | display: grid; | ||
} | |||
.tsTableGrid3 { | |||
grid-template-columns: auto auto auto; | |||
} | } | ||
Revision as of 16:56, 11 January 2025
.tsTable {
display: inline-block;
border: 2px ridge #5b8680;
border-radius: 4px;
}
.tsTableGrid {
display: grid;
}
.tsTableGrid3 {
grid-template-columns: auto auto auto;
}