mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
table.dict td:first-child { | table.dict td:first-child { | ||
text-align: center; | text-align: center; | ||
Line 19: | Line 21: | ||
} | } | ||
.backgroundTest0 { | .backgroundTest0 { | ||
flex-direction: column; | flex-direction: column; | ||
border: solid 3px; | |||
margin: auto; | |||
width: 70%; | |||
display: flex; | |||
} | |||
.backgroundTest1 { | |||
background: #FFFFFF | |||
} | } |
Latest revision as of 15:35, 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 }