鱼C论坛

 找回密码
 立即注册
查看: 10635|回复: 47

[庖丁解牛] 0 0 0 8 - CSS样式文件

[复制链接]
发表于 2017-7-5 17:01:48 | 显示全部楼层
交!作!业!



  1. css:

  2. @charset 'utf-8';
  3. html{
  4.                 height:100%;
  5.             }
  6.             body{
  7.                 background: url(http://img2.imgtn.bdimg.com/it/u=330117910,1717224124&fm=26&gp=0.jpg) center center;
  8.                 background-size:cover;
  9.                 text-align: center;
  10.                 margin:0;
  11.                 padding:0;
  12.                 color:red;
  13.                 position:relative;
  14.                 top:50%;
  15.             }
  16.             #link{
  17.                 width:100%;
  18.                 position:absolute;
  19.                 transform: translateY(-50%)
  20.             }
  21.             h1{
  22.                 font-family: 宋体;
  23.                 font-size:80px;
  24.                 margin-bottom:5px;
  25.             }
  26.             p{
  27.                 margin-bottom:60px;
  28.                 color:orange;
  29.                 font-size:20px;
  30.             }
  31.             a{
  32.                 color:#FFF;
  33.                 border:5px solid aqua;/*边框高度与颜色*/
  34.                 border-radius:15px;/*圆角弯曲度*/
  35.                 padding:15px 99px;/*边框大小*/
  36.                 text-decoration: none;
  37.                 font-size:16px;
  38.                 background:cyan;/*填充色*/
  39.             }

  40. html:

  41. <!doctype html>
  42. <html>
  43.     <head>
  44.         <title>可爱的超链接</title>
  45.         <meta charset='utf-8'>
  46.         <link href='008.css' rel='stylesheet'>
  47.         </style>
  48.     </head>
  49.     <body>
  50.         <div id='link'>
  51.             <h1>我爱鱼C</h1>
  52.             <p>让编程改变世界</p>
  53.             <a href='http://www.fishc.com'>传送门</a>
  54.         </div>
  55.     </body>
  56. </html>
复制代码
temp6.png

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2017-7-5 17:05

评分

参与人数 1鱼币 +5 收起 理由
不二如是 + 5 热爱鱼C^_^

查看全部评分

小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-9-22 06:46

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表