No edit summary |
mNo edit summary |
||
Line 25: | Line 25: | ||
width: 70%; | width: 70%; | ||
display: flex; | display: flex; | ||
} | |||
.backgroundTest1 { | |||
background: #FFFFFF | |||
} | } |
Revision as of 15:07, 9 December 2022
table.dict td:first-child { text-align: center; width: 20%; } @media (min-width: 900px) { .NotationBox { border: solid 3px; margin: auto; width: 70%; display: flex; } } @media (max-width: 900px) { .NotationBox { flex-direction: column; } } .backgroundTest0 { flex-direction: column; border: solid 3px; margin: auto; width: 70%; display: flex; } .backgroundTest1 { background: #FFFFFF }