(Created page with "table.dict td:first-child { text-align: center; width: 20%; } @media (min-width: 900px) { .NotationBox { border: solid 3px; margin: auto; width: 70%; di...") |
mNo edit summary |
||
(4 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 17: | Line 19: | ||
flex-direction: column; | flex-direction: column; | ||
} | } | ||
} | |||
.backgroundTest0 { | |||
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 }