কম্পিউটার

CSS-এ ব্যাকগ্রাউন্ড-অ্যাটাচমেন্ট প্রপার্টির ব্যবহার


ব্যাকগ্রাউন্ড-অ্যাটাচম্যান t বৈশিষ্ট্য ব্যাকগ্রাউন্ডে একটি চিত্রের স্ক্রলিং নিয়ন্ত্রণ করতে ব্যবহৃত হয়।

উদাহরণ

ব্যাকগ্রাউন্ড-অ্যাটাচম্যানের সাথে কিভাবে কাজ করতে হয় তা শিখতে আপনি নিম্নলিখিত কোডটি চালানোর চেষ্টা করতে পারেন t সম্পত্তি:

<!DOCTYPE html>
<html>
   <head>
      <style>
         body {
            background-image: url('/css/images/css.jpg');
            background-repeat: no-repeat;
            background-attachment: fixed;
         }
      </style>
   </head>
   <body>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
      <p>The background-image is fixed. Try to scroll down the page.</p>
   </body>
</html>

  1. CSS-এ বর্ডার-টপ-প্রস্থ সম্পত্তির ব্যবহার

  2. CSS-এ বর্ডার-ডান-প্রস্থ সম্পত্তির ব্যবহার

  3. CSS-এ বর্ডার-রাইট-স্টাইল প্রপার্টির ব্যবহার

  4. CSS-এ বর্ডার-বাম-প্রস্থ সম্পত্তির ব্যবহার