css3 scale实现悬停缩放效果
代码语言:html
所属分类:悬停
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>BFW NEW PAGE</title> <style> ul#demoarc { margin-top: 50px; list-style: none; } ul#demoarc li { cursor: pointer; list-style: none; display: inline-block; width: 150px; height: 150px; float: left; font-size: 24px; line-height: 150px; color: #fff; font-weight: 700; text-align: center; border: 2px solid #F0E68C.........完整代码请登录后点击上方下载按钮下载查看
网友评论0