Landscape portrait

Hello

Can you think about how to do the following trick?

If smartphone is portrait mode, in-line text show in column style in full screen fit on center position.
If smartphone is landscape mode, in-line text show in low style in full screen fit on center position.

There is no contents in this page and
Text is only 1 line message and set it 1em font size.

Thanks

I am able to figure it out.

@media screen and (orientation: landscape) {}
@media screen and (orientation: portrait) {}

THanks

Glad to hear that. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.