How to rotate Twitch chat in perspective

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024
  • twitter: @milaeshop
    chat from the video: ko-fi.com/s/61...
    chat from the thumbnail: ko-fi.com/s/2a...
    Code for Custom CSS:
    body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden;
    perspective: 1000px;
    }
    body div {
    transform: rotate3d(0, 1, 0, 30deg);
    }

Комментарии • 2

  • @ArcanaNug
    @ArcanaNug Год назад +4

    Thank you, I needed this tutorial, the OBS' function to do this it's not working properly with custom chats 🐙

  • @IanParkeer
    @IanParkeer 6 месяцев назад

    Thanks! you are the best!