Maison > interface Web > tutoriel HTML > le corps du texte

css阴影效果的实现_html/css_WEB-ITnose

WBOY
Libérer: 2016-06-24 11:58:29
original
2438 Les gens l'ont consulté

这种图片的阴影怎么写代码呀?


回复讨论(解决方案)

http://www.w3school.com.cn/css3/css3_border.asp

它这个是左上一小部分有阴影,,,我实在是不会写呀

<!DOCTYPE html><html><head><style> .div1{background-color:yellow;width:200px;height:100px;margin-top:-44px;margin-left:96px;position: absolute;}.div2{background-color:red;width:40px;height:40px;box-shadow:-5px -5px 10px black;transform: skew(30deg,20deg);-ms-transform: skew(30deg,20deg); /* IE 9 */-webkit-transform: skew(5deg,5deg); /* Safari and Chrome */margin-top:100px;margin-left:100px;}</style></head><body><div class="div2"></div><div class="div1"></div></body></html>			
Copier après la connexion


我是在谷歌运行的  还可以。如果要在其他浏览器运行你可以改一下样式,那里有个IE9的。你在div1加背景图应该就差不多了。
写的有点粗糙,你可以改下!

谢谢啦   哈哈

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal