الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> body { background: cornflowerblue url('/tutorials/css/background/moon.png') no-repeat fixed right top; padding-right: 130px; } </style> </head> <body> <h1>Background Shorthand</h1> <p>The order of values should be:<p> <ul> <li>background-color</li> <li>background-image</li> <li>background-repeat</li> <li>background-attachment</li> <li>background-position</li> </ul> </body> </html>