0
Question on positioning
Please I need more insight on Absolute and Relative positioning... Expecially their differences. ... Thanks
1 ответ
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.