Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

135
Visualizações
beginner JavaScript background

I am having is trying to have a grey background, but with text over top of it rather than before or after the grey square.

Here is my code, an HTML document with JS and CSS integrated:

    <!DOCTYPE html>
<html>
    <head>
        <style type="text/css">
            /* Change svg background color. */
            .area {
                background-color: #75738a;
          }
        </style>
    
    </head>

    <body>
        <svg width="2000px" height="2000px" class="area">
            <script>
                write("Power up to the top");
            </script>
        </svg>
    
        <script>
            // start game "press any to continue"
            document.addEventListener('keypress', (event) => {


            }, false);
        </script>
    </body>
</html>
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Previously, I was drawing a square and expecting to be able to put text on it. I realized instead of setting it to print a square, I needed to set the background image in HTML, and use CSS to center and fullscreen it.

<body>
    <img src="gymbackground.jpg" id="bg" alt="">
<body>

HTML^

<style>
    #bg {
        position: fixed; 
        top: 0; 
        left: 0; 

        /* Preserve aspet ratio */
        min-width: 100%;
        min-height: 100%;
        }
    </style>

CSS within HTML^

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda