No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Center element

    Help
    2
    2
    6268
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dapo last edited by

      I’m trying to center some content in the center and middle of the page, but looks like the width is not filling.

      am I doing something wrong here, or is this just not possible?

      <div class="row gutter items-center">
        <div>
          <h1 class="text-center">HELLO</h1>
        </div>
      </div>
      1 Reply Last reply Reply Quote 0
      • M
        mariaczi last edited by

        <div  class="text-center">
            <h1>HELLO</h1>
          </div>
        

        ?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post