الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> .centered { height: 150px; line-height: 150px; text-align: center; background: lightblue; } </style> </head> <body> <h1>CSS center text horizonally and vertically</h1> <p class="centered">Text in centered</p> </body> </html>