আপেক্ষিক অবস্থানের সাথে, উপাদানটি তার স্বাভাবিক অবস্থানের সাথে সম্পর্কিত হয়। এর জন্য, অবস্থান:আপেক্ষিক ব্যবহার করুন
উদাহরণ
আসুন এখন একটি উদাহরণ দেখি -
<!DOCTYPE html> <html> <head> <style> div.demo { position: relative; color: white; background-color: orange; border: 2px dashed blue; left: 50px; } </style> </head> <body> <h2>Demo Heading</h2> <p>This is demo text.</p> <p>This is demo text.</p> <div class="demo"> position: relative; </div> <p>This is another demo text.</p> </body> </html>
আউটপুট