Saltar al contenido

Altura de línea de texto de Bootstrap 5

    <!DOCTYPE html>

    <html>

     

    <head>

        <link rel="stylesheet"

              crossorigin="anonymous"

              href=

              integrity=

    "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC">

    </head>

     

    <body class="">

        <h1 class="text-center text-success">

            Geeksforgeeks

        </h1>

        <p class="text-center">Geeks Learning Together</p>

        

        <p><u>Text Line: lh-1</u></p>

        <p class="lh-1">

            Geeksforgeeks: A Computer Science Portal for Geeks,

            here we Geeks learn Together. Helping each other will

            help us to clear the concept of better learning.

        </p>

        <p><u>Text Line: lh-base</u></p>

        <p class="lh-base">

            Geeksforgeeks: A Computer Science Portal for Geeks,

            here we Geeks learn Together. Helping each other will

            help us to clear the concept of better learning.

        </p>

        <p><u>Text Line: lh-sm</u></p>

        <p class="lh-sm">

            Geeksforgeeks: A Computer Science Portal for Geeks,

            here we Geeks learn Together. Helping each other will

            help us to clear the concept of better learning.

        </p>

        <p><u>Text Line: lh-lg</u></p>

        <p class="lh-lg">

            Geeksforgeeks: A Computer Science Portal for Geeks,

            here we Geeks learn Together. Helping each other will

            help us to clear the concept of better learning.

        </p>

    </body>

     

    </html>

    Su Calificación Nos Ayuda a Mejorar