/tixte

This is the repository for all tixte tutorials.

Primary LanguageHTML

tixte tutorials

Hey, this is the official repo of the tixte.xyna.space website!
do you have any suggestions for improvement or further tutorials that could be included here?
then please create a pull request and I will try to build it in as soon as possible.


How can I submit my theme?

  1. Fork this repository
  2. Go to the themes folder.
  3. Add the following code:
      <div class="container bg-gray-900 max-w-sm rounded-2xl overflow-hidden shadow-xl hover:shadow-2xl transition duration-300 ml-4">
        <img class="rounded-xl" src=" " alt="" /> <!-- paste image link into scr -->
        <div class="flex justify-between items-center">
          <div class="p-4">
            <a href=" " class="text-white text-md font-semibold bg-green-500 py-2 px-4 rounded-lg shadow-md hover:shadow-lg transition duration-500 transform-gpu hover:scale-105">download</a> <!-- pase css link into href --> 
            <text class="text-white text-gray-300 pl-2 text-xs font-bold"> <!-- repacle this with your theme name --> </text><a href="https://discord.com/users/751063828271333447" class="text-white text-gray-400 text-xs"> <!-- repacle this with your name --> </a>
          </div>
        </div>
      </div>
  1. create a pull request

too complicated? just ask Luna#8080 on discord so she can add it for you.