Shinzo Abe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
position: relative; | position: relative; | ||
z-index: 99; | z-index: 99; | ||
grid-template-columns: repeat( | grid-template-columns: repeat(4, 1fr); | ||
grid-template-rows: repeat(2, 1fr); | grid-template-rows: repeat(2, 1fr); | ||
} | } | ||
Line 16: | Line 16: | ||
font-family: 'La Belle Aurore', cursive; | font-family: 'La Belle Aurore', cursive; | ||
font-style: italic; | font-style: italic; | ||
font-size: clamp(4rem, 12vw, | font-size: clamp(4rem, 12vw, 12rem); | ||
margin: 0; | margin: 0; | ||
color: white; | color: white; |