أريد عمل صورة في هذا المسار /static/img/background.jpg/ لتصبح صورة خلفية ، لكن ملف css لا يعرض صورة الخلفية.أعتقد أن المشكلة موجودة في header styles ولكن لا يمكنني العثور على أي خطأ هناك
index.html
<style>.start {background-image:url("{% static 'img/background.jpg' %]");background-color:#cccccc;height:500px;background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;}</style><divclass="start"><imgsrc="{% static 'img/background.img' %}"alt="background"><h1>DO YOU WANT TO GET BETTER?</h1></div>
السؤال
محمد لارافيل
أريد عمل صورة في هذا المسار /static/img/background.jpg/ لتصبح صورة خلفية ، لكن ملف css لا يعرض صورة الخلفية.أعتقد أن المشكلة موجودة في header styles ولكن لا يمكنني العثور على أي خطأ هناك
index.html
layout.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; text-decoration: none; list-style: none; } body { min-height: 100vh; } header { width: 100%; top: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; background: black; padding: 28px 12%; transition: all .50s ease; }
أرجو منكم مساعدتي
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.