Template:Triple Triad card values/styles.css
Jump to navigation
Jump to search
.tt-values {
display: inline-grid;
grid-template:
"left top right" 1fr
"left bottom right" 1fr
/1fr 1fr 1fr;
width: min-content;
height: min-content;
font-weight: bold;
line-height: 1;
align-items: center;
justify-items: center;
}
.tt-values span {
padding: 0 2px;
}
.tt-values__top {grid-area: top}
.tt-values__left {grid-area: left}
.tt-values__right {grid-area: right}
.tt-values__bottom {grid-area: bottom}