css悬浮卡片折叠文字效果代码
代码语言:html
所属分类:悬停
代码描述:css悬浮卡片折叠文字效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!doctype html> <html> <head> <meta charset="utf-8"> <script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script> <style> body { margin-top: 180px; background-color: #112; background-color: #0c2d41; font-family: Roboto, 'helvetica neue', Helvetica, Arial, sans-serif; } .container { width: 800px; margin: auto; } .row { position: relative; height: 50px; z-index: 1; clear: both; margin-bottom: 30px; text-align: center; } .row--intro { padding-top: 20px; font-size: 16px; line-height: 28px; font-weight: 300; color: .........完整代码请登录后点击上方下载按钮下载查看
网友评论0