html指导

发布时间:2024-12-05 19:16

如何在Sketch中导出为Web兼容的HTML #生活技巧# #数码产品使用技巧# #设计软件使用技巧#

最新推荐文章于 2024-07-27 23:01:21 发布

山石松 于 2021-06-15 23:45:37 发布

照片墙制作

h1{

text-align: center;

}

body{

background: #eee;

}

.container{

width: 412px;

height: 172px;

margin: 20px auto;

position:relative;

}

img{

padding: 10px 10px 15px;

background: #fff;

border: 1px solid #ddd;

position: absolute;

top: 50px;

left: 200px;

-webkit-transform: rotate(20deg);

-moz-transform: rotate(20deg);

transform: rotate(20deg);

-webkit-transition: 1s;

-moz-transition: 1s;

transition: 1s;

}

img:hover{

-webkit-transform: rotate(0deg);

-moz-transform: rotate(0deg);

transform: rotate(0deg);

-webkit-transform: scale(1.2);

-moz-transform: scale(1.2);

transform: scale(1.2);

box-shadow: -10px 10px 15px #ccc;

}

照片墙制作

运行效果:

鼠标移上去有相应变化

照片墙制作.png

网址:html指导 https://www.yuejiaxmz.com/news/view/386929

相关内容

Html
Html基本标记
html网页制作——HTML节日主题网页项目的设计与实现——圣诞节日介绍(HTML+CSS)
在html中引入iconfont图标
html学习3
html 日期 年月 年月日 及默认样式
HTML学习
HTML SiteMap
HTML+css+js学习安排日程day01
html知识点

随便看看