+ 1
Hello people
I have a question. Is it possible to make my webpage horizontal instead of vertical? If so how? In html pls
3 Antworten
+ 2
Do you mean
a) "scrollable to the left/ right instead of top/ down", or
b) "everything, including texts and images, rotated by 90 degrees"?
0
I mean that the full page is horizontal so i think its b
0
Well, you can rotate everything with CSS, but usually it's best to let the device/ browser determine where "up" and "down" is.
Do you have a specific use case in mind where you would want to tilt everything?