الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> div { background: #ffedb7; text-align: center; font-weight: bold; font-family: Arial, Helvetica, sans-serif; line-height: 26px; padding: 70px 60px; box-shadow: inset 0 0 0 10px #ee6352, inset 0 0 0 20px #d45379, inset 0 0 0 30px #a4558f, inset 0 0 0 40px #6d588e, inset 0 0 0 50px #405378; } </style> </head> <body> <div>CSS Multiple Box Shadow Effect</div> </body> </html>