الصفحة الرئيسية
تحميل الكود
تغيير الألوان
تغيير العرض
تغيير حجم العرض
تشغيل الكود
<!DOCTYPE html> <html> <head> <style> h1 { font: small-caps bold 40px/1 cursive; } p { font: italic small-caps bold 16px/2 cursive; } </style> </head> <body> <h1>CSS shorthand</h1> <p class="demo">This text looks very cool. it uses italic style, small-caps as font variant, bold as font weight, 16px as font size, 2 by 16px as line height and the font family cursive.</p> </body> </html>