的阴影效果属性CSS中的CSS用于在HTML文档中添加文本和图像阴影。
文字阴影:CSS text-shadow属性用于显示带有阴影的文本。此属性保存阴影的像素长度, 宽度和宽度以及阴影的颜色。
语法如下:
Text-shadow: 3px 3px 3px green;
例子:
<
!DOCTYPE html>
<
html>
<
head>
<
title>
text-shadow property<
/title>
<
style>
h1 {
color: green;
text-shadow: 3px 3px 3px lightgreen;
}
<
/style>
<
/head>
<
body>
<
h1>
Geeks For Geeks | A computer Science portal for Geeks<
/h1>
<
/body>
<
/html>
输出如下:
文章图片
文字框阴影:CSS boxShadow属性将阴影应用于文本框。此属性保存阴影的像素长度, 宽度和宽度以及阴影的颜色。
语法如下:
boxShadow: 3px 3px 3px green;
例子:
<
!DOCTYPE html>
<
html>
<
head>
<
title>
box shadow property<
/title>
<
style>
#Gfg {
width: 220px;
height: 50px;
background-color: green;
color: white;
}
<
/style>
<
script>
//function that show Shadow Effect.
function Shadow() {
document.getElementById( "Gfg" ).style.boxShadow
= "5px 5px 5px gray" ;
}
<
/script>
<
/head>
<
body>
<
button onclick = "Shadow()">
Click to see Shadow<
/button>
<
div id = "Gfg">
<
h1>
lsbin<
/h1>
<
/div>
<
/body>
<
/html>
【CSS阴影效果介绍和实现示例】输出如下:
文章图片
推荐阅读
- Veritas面试体验|S3(校园能力倾向问题)
- C/C++中的void指针介绍和用法解析
- 如何在另一个JavaScript文件中包含一个JavaScript文件()
- Salesfoce面试体验|S2(SDE校园)
- 安装系统 笔记本usb重装系统,教您笔记本usb重装win8系统的设置
- ultraiso u盘装系统,教您ultraiso u盘装win7系统
- U盘删除文件恢复,教您怎样恢复u盘数据
- Win7下安装Win10双系统安装图文详细教程
- U盘打开盘自制工具图文详细教程,教您自制打开盘