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

271
Views
Partículas JS no cubre la página completa

¡Hola!

Mi problema es con Particles JS, no cubre mi página. Hay un espacio en la parte superior. ingrese la descripción de la imagen aquí

HTML:

 ... <body> ... <div id="particles-js"></div> <img alt="Server Name" draggable="false" id="Logo" src="assets/img/logo.png"> <div id="Navigation"> <a href="#"><img alt="Forums" draggable="false" src="assets/img/icon_exemple.png"></a> <a href="#"><img alt="Store" draggable="false" src="assets/img/icon_exemple.png"></a> <a href="#"><img alt="Vote" draggable="false" src="assets/img/icon_exemple.png"></a> </div> <button id="Server" onclick="copyToClipboard('server.ip:port')"><span>Join to us</span></button> ... </body> ...

CSS:

 ... body { background-image: url(../img/background.png); background-position: center; background-repeat: no-repeat; background-size: cover; height: 100vh; } #particles-js { height: 100%; width: 100%; position: fixed; z-index: -100; } ...

Intenté resolver el problema yo mismo probando diferentes opciones pero nada.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Debe agregar valores de posición a #particle-js

 #particles-js { height: 100%; width: 100%; position: fixed; z-index: -100; top:0; left:0; }
about 4 years ago · Juan Pablo Isaza Report
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!