Answers for "css text bottom to top"

CSS
0

css text bottom to top

.rotated {
        writing-mode: tb-rl;
        transform: rotate(-180deg);
    }
Posted by: Guest on April-17-2022

Browse Popular Code Answers by Language