Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

273
Views
¿Cómo puedo cambiar el color del fondo y agregar cosas adicionales como el tiempo en HTML? Además, ¿cómo puedo cambiar la zona horaria a UTC+7?

¿Cómo puedo diferenciar cuándo tengo que usar el código HEX y el nombre del color? y también ¿cómo puedo cambiar mi color de fondo? Quiero decir, creo que he cambiado mi color de fondo a negro, pero cuando lo inserto en mi página de Nociones, todavía aparece el color aliceblue, no el negro. ¿alguien me puede ayudar a agregar tiempo?

 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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!