鱼C论坛

 找回密码
 立即注册
123
返回列表 发新帖
楼主: 不二如是

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

[复制链接]
发表于 2021-2-3 15:44:41 | 显示全部楼层
css:
@charset "utf-8";

html, body {
        height: 100%;
        color: #FF0088;
        font-family: "华康少女文字W5";
}

h1 {
        font-size: 66px;
        margin-bottom: 22px;
}

p {
        font-size: 33px;
        margin-bottom: 22px;
}

a { 
        font-size: 55px;
        background: #33FFFF;
        color: #FFF;
        border: 1px solid #33FFFF;
        border-radius: 10px;
        padding: 10px 66px;
        text-decoration: none;
}

body {
        background: url(12.jpg) center center;
        background-size: cover;
        margin: 0;
        padding: 0;
        position: relative;
}
                
#container {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
}

html:
<!DOCTYPE html>
<html>
        <head>
                <meta charset="utf-8">
                <meta name="viewport" content="width=device-width, initial-scale=1.0">
                <title>我的HTML世界</title>
                <link rel="stylesheet" href="styles.css" type="text/css">
        </head>
        <body>
                <div id="container">
                        <h1>我爱鱼C</h1>
                        <p>www.fishc.com - 让编程改变世界</p>
                        <a href="http://bbs.fishc.com">传送门</a>
                </div>
        </body>
</html>

3657.png
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2021-8-23 18:05:11 | 显示全部楼层
五好青年:
不会唱歌
不会打麻将
不会抽烟
不会喝酒
不会泡妞

想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-29 09:26

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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