跑步 ”
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <head><meta http-equiv="content-security-policy" content="script-src 'none'"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia&effect=neon|outline|emboss|shadow-multiple"> <style> body { font-family: "Sofia", sans-serif; font-size: 30px; } </style> </head> <body> <h1 class="font-effect-neon">Неоновый эффект</h1> <h1 class="font-effect-outline">Эффект контура</h1> <h1 class="font-effect-emboss">Эффект тиснения</h1> <h1 class="font-effect-shadow-multiple">Эффект множественной тени</h1> </body> </html>