Edit: Due to popular demand FatTony Search servers are down for the time being. but has gone open source just in time (Yes that’s how it works 😡) . You may now get responses from other users. Servers will be back up some time later.

    • shastaxc
      link
      fedilink
      68 months ago

      You can center the text in a div with text-align: center

    • Fat TonyOP
      link
      68 months ago
      <div>
      justify-content: center;
      align-items: center;
      </div>
      
      • @[email protected]
        link
        fedilink
        4
        edit-2
        8 months ago

        Pretty sure that’s wrong. Did you put cash styling in the attributes?

        <div style="margin: auto;text-align: center; justify-content: center;"></div>
        

        This would be my answer, from the cache in my head I’m not sure if it’s style or styles.