الحالة::مؤرشفة
المعرفة:: CSS
المصدر:: Build Responsive Real-World Websites with HTML and CSS
- Set parent container position to relative.
- Set child element position to absolute.
- Set child element position in relation to parent element.
- Use
transform: translate()
to set its position in relation to itself.