css,鼠标悬停
web前端-css教程
html动态源码特效,把vscode右键菜单,ubuntu 终止进城,tomcat放到ecl,sqlite3保存小数,python爬虫爬取个人信息,菜刀php一句话,南山seo优化方式,电影网站cpa,网页底部广告,angularjs 标签模板lzw
我们先来看下效果:视频直播 免费 源码,ubuntu自带的vi,tomcat需要放c盘吗,java爬虫监控,php的开发平台包括,seo 有效吗lzw
(推荐教学:CSS教学)抓包 源码,vscode里ts文件如何运行,ubuntu ice,tomcat迁移windows,sqlite 分页 序号,南京网页设计招聘,服务器过期后域名,dz昵称插件,前端框架angela,花盆底爬虫,php点击事件,seo优化系统工具,低代码 springboot,去哪儿网站网页设计,表白网页链接,个人简历表格网页模板,wordpress 后台主题跟前台一致,漂亮的html5登录页面,酷睿彩票门户网站管理系统,java程序设计实用教程pdflzw
html代码:
这是是pic-1这是是pic-2这是是pic-3
css代码:
html { box-sizing: border-box; font: 18px PT Mono; background: antiquewhite;}*,*::before,*::after { box-sizing: inherit;}body { display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100vh;}.box { width: 25%; min-width: 250px; display: block; height: 50px; position: relative; border-radius: 5px; background: linear-gradient(to right, #abbd73 35%, #d6e2ad 100%); margin-bottom: 40px; padding: 15px 25px 0 40px; color: darkslategray; box-shadow: 1px 2px 1px -1px #777; transition: background 200ms ease-in-out;}.shadow { position: relative;}.shadow:before { z-index: -1; position: absolute; content: ""; bottom: 13px; right: 7px; width: 75%; top: 0; box-shadow: 0 15px 10px #777; -webkit-transform: rotate(4deg); transform: rotate(4deg); transition: all 150ms ease-in-out;}.box:hover { background: linear-gradient(to right, #abbd73 0%, #abbd73 100%);}.shadow:hover::before { -webkit-transform: rotate(0deg); transform: rotate(0deg); bottom: 20px; z-index: -10;}.circle { position: absolute; top: 14px; left: 15px; border-radius: 50%; box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.5), inset 0 0 0 25px antiquewhite; width: 20px; height: 20px; display: inline-block;}