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

277
Visualizações
How can I change the color of the background and add an additional stuff such as time in HTML? Also, how can I change the time zone to UTC+7?

how can I differentiate when I have to use HEX code and color name? and also how can I change my background color? I mean, I think I have changed my background color to black, but when I embed it to my Notion page, it still comes up with aliceblue color, not black. anyone can help me to add time?

var weekday = new Array(7);
weekday[0] = "Sunday";
weekday[1] = "Monday";
weekday[2] = "Tuesday";
weekday[3] = "Wednesday";
weekday[4] = "Thursday";
weekday[5] = "Friday";
weekday[6] = "Saturday";

var today = new Date();
var hrs = today.getHours();
var dayOfWeek = weekday[today.getDay()];
var date = dayOfWeek + " " + today.getDate() + "/" + (today.getMonth() + 1) + '/' + today.getFullYear();

var greet;

if (hrs < 12)
  greet = 'Good Morning  ';
else if (hrs >= 12 && hrs <= 17)
  greet = 'Good Afternoon ';
else if (hrs >= 17 && hrs <= 18)
  greet = ' Good Evening   ';
else if (hrs >= 18 && hrs <= 24)
  greet = 'Good Night ';

document.getElementById('lbl').innerHTML =
  greet += "Ivan" + `<div id="date"> It's ${date}</div>`;
#lbl {
  font-family: monospace;
  font-size: xx-large;
  color: #F0F8FF;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
  height: 85%
}

#date {
  font-size: large;
}

body {
  background-color: black;
}
<div id="lbl"></div>

about 4 years ago · Juan Pablo Isaza
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