الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> p { color: #1e87f0; background-color: #d8eafc; padding: 10px; } </style> </head> <body> <h1>CSS color and background-color</h1> <p>color used to change text color.<br> background-color used to change background color.</p> </body> </html>