I am trying to duplicate this text in either jquery or css but so far have not been able to. Anyone got any ideas because I am fresh out:

我试图在jquery或css中复制此文本,但到目前为止还没有能够。任何人都有任何想法,因为我很新鲜:

Text-Color: 4F4F4F
Shadow-Color: E7EAEE

2 个解决方案

#1


0

Your CSS should look like:

您的CSS应如下所示:

color: #4f4f4f;
text-shadow: #e7eaee 2px -2px 2px;

The text-shadow arguments are <color> <x-coordinate> <y-coordinate> <blur>

text-shadow参数是

You may want to fiddle around with the coordinates and blur radius to achieve the effect you're after.

您可能想要调整坐标和模糊半径,以达到您想要的效果。

更多相关文章

  1. 获取图像特定区域的所有多边形坐标?
  2. HTML5绘图之Canvas标签 绘制坐标轴
  3. 检查并删除重复的坐标x,y画布

随机推荐

  1. 面试官再问我如何保证 RocketMQ 不丢失消
  2. 利用神器BTrace 追踪线上 Spring Boot应
  3. 开局崩盘!IDEA 2020 无法启动的解决办法|
  4. RocketMQ 源码分析 —— 集成 Spring Boo
  5. 如何自制一个Spring Boot Starter并推送
  6. Spring Boot项目利用MyBatis Generator进
  7. 自制一个 elasticsearch-spring-boot-sta
  8. RocketMQ 源码分析 —— Message 拉取与
  9. 疫情防控不能松懈,利用数据挖掘做好重点区
  10. python六大数据类型