cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ricardo01l
New member
Status: New idea

Making a tutorial of PHP and using my reliable firefox browser I found that the body element height it's equal to the content. The tutorial shows that it's 100% of the height of the windows as he used Chrome. This is the code I was trying:

<!DOCTYPE html>

<body>
    <h1>
        <?php echo "Mi primera app"; ?>
    </h1>

    <style>
        :root {
            color-scheme: light dark;
        }

        body {
            display: grid;
            /* place-content: center; */
            align-content: center;
            justify-content: center;
        }
    </style>
</body>
1 Comment
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.