Skip to content

[html] 第674天 给“测试投影”几个字添加立体投影的效果 #3576

@haizhilin2013

Description

@haizhilin2013
Collaborator

第674天 给“测试投影”几个字添加立体投影的效果

3+1官网

我也要出题

Activity

CHEN-DONG

CHEN-DONG commented on Feb 18, 2021

@CHEN-DONG

text-shadow

overwatch555

overwatch555 commented on Feb 18, 2021

@overwatch555

text-shadow

IceNova97

IceNova97 commented on Jun 2, 2022

@IceNova97

text-shadow: 左边距,上边距,模糊大小,颜色

zhuhangfeng

zhuhangfeng commented on Jun 3, 2024

@zhuhangfeng

通过 text-shadow:0 0 10px rgba(0, 0, 0, 0.5) 属性来实现投影效果,其中 0 0 10px rgba(0, 0, 0, 0.5) 分别表示水平偏移量、垂直偏移量、模糊半径和颜色。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@CHEN-DONG@overwatch555@IceNova97@zhuhangfeng

        Issue actions

          [html] 第674天 给“测试投影”几个字添加立体投影的效果 · Issue #3576 · haizlin/fe-interview