Question on positioning | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Question on positioning

Please I need more insight on Absolute and Relative positioning... Expecially their differences. ... Thanks

31st Dec 2016, 4:29 PM
Tukele Osareme C
Tukele Osareme C - avatar
1 Resposta
0
we position an element relative to its parent.. For example, if we need to position a span inside a particular div, we need to position :relative to the particular parent div and give position :absolute to the child span. and can position that span using 'top bottom right......properties.
20th Jan 2017, 3:44 AM
Arun Mathew