How to create: gradient background while scrolling
Learn how to create a gradient background color while scrolling.
Background gradient
How to create a gradient background while scrolling
শীর্ষ থেকে একটি লাইনার গ্রেডিয়েন্ট ব্যাকগ্রাউন্ড তৈরি করুন। রঙ হলো নীল-সবুজ থেকে নীল পর্যন্ত গ্রেডিয়েন্ট করা হয়েছে:
body { height: 3000px; /* Used to enable scrolling */ background: linear-gradient(55deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 85%); }