Brainstorm | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Brainstorm

So, I have a home,about us, services, contact us all at my index page. How can I move them all to the uppermost part of the page.. it's really giving me a headache. Help please

19th Feb 2019, 2:27 AM
Ogar Abraham Akpachim
1 Resposta
+ 7
Let's suppose, they all are in a div with id container. You can do : #container { position: absolute; top : 0; left : 0; } If u want to make it stick to the top of the page, u can use position : fixed.
19th Feb 2019, 4:23 AM
Arushi Singhania
Arushi Singhania - avatar