鱼C论坛

 找回密码
 立即注册
查看: 8178|回复: 46

[庖丁解牛] 0 0 0 6 - 美化字体

[复制链接]
发表于 2017-1-8 19:18:23 | 显示全部楼层 |阅读模式
购买主题 已有 65 人购买  本主题需向作者支付 2 鱼币 才能浏览

本帖被以下淘专辑推荐:

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

使用道具 举报

发表于 2017-3-23 01:15:51 | 显示全部楼层
<!doctype html>
<html>
        <head>
                <meta charset="utf-8">
                <title>欢迎来到html世界</title>
                <style type="text/css">
                        html,body{
                                height:100%;
                                color:#FF0088;
                                font-family:sans-serif;
                        }
                        body{
                                background:url(123.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%);
                        }
                        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;
                        }
                </style>
        </head>
        <body>
                <div id="container">
                <h1>我爱鱼C</h1>
                <p>WWW.FishC.com -让编程改变世界</p>
                <a href="http://www.FishC.com">传送门</a>
                </div>
        </body>
</html>

没有出现雅黑字体 还是原来的宋体

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2017-5-9 19:32
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-5-9 18:49:04 | 显示全部楼层
作业
<!doctype html>
<html>
        <head>
                <meta charset="utf-8">
                <title>欢迎来到国际大厦酒店调查问卷界面!</title>
                <style type="text/css">
                        html,body{
                                height:100%;
                                color:#000000;
                                font-family:sans-serif;
                        }
                        body{
                                background:url(background.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%);
                        }
                        h1{
                                font-size:66px;
                                margin-bottom:22px;
                        }
                        p{
                                font-size:33px;
                                margin-bottom:22px;
                        }
                        a{
                                font-size:33px;
                        }
                </style>
        </head>
        <body>
                <div id="container">
                        <h1>国际大厦酒店</h1>
                        <p>  餐饮部:</p>
                        <a href="https://www.baidu.com/?tn=96674718_hao_pg">传送门</a>
                
        </body>
</html>

点评

我很赞同!: 5.0
我很赞同!: 5
  发表于 2017-5-9 19:32
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2018-2-1 23:04:26 | 显示全部楼层
看着果然好看多了。

360截图-190415125.jpg

评分

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

查看全部评分

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

使用道具 举报

发表于 2017-2-8 14:33:40 | 显示全部楼层
默认字体挺好看了,木有改
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-2-15 18:16:36 | 显示全部楼层
看看来
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2017-2-15 18:38:48 | 显示全部楼层
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-3-1 13:38:46 | 显示全部楼层
感谢分享!
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-3-2 17:14:38 | 显示全部楼层
这一节很有用,果断收藏
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-3-2 20:50:40 | 显示全部楼层
美美美
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-3-7 13:34:06 | 显示全部楼层
支持楼主1!!!!
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-3-23 00:59:58 | 显示全部楼层
为啥我设置了sans-serif显示的字体还是宋体。。
系统是win10的
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2017-3-23 08:36:37 | 显示全部楼层
黑色蒙面人 发表于 2017-3-23 01:15
欢迎来到html世界
               
                        html,body{

3月-23-2017 08-35-27.gif

辛苦这位鱼油,发求助帖

前人种树,后人乘凉
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-3-31 14:30:00 | 显示全部楼层
交作业啦啦啦~
<!DOCTYPE html>
<html>
        <head>
                <meta charset="utf-8">
                <title>欢迎来到html的世界</title>
                <style type="text/css">
                        html,body{
                                height: 100%;
                                color:#fff;
                                font-family: sans-serif;
                        }
                        body{
                                background: url(背景图片.jpg) center center;
                                background-size: cover;
                                margin: 0;
                                padding: 0;
                                position: relative;
                        }
                        #container{
                                position: absolute;
                                top: 50%;
                                transform: translateY(-50%);
                                width: 100%;
                                text-align: center;
                        }
                        h1{
                                font-size: 78px;
                                margin-bottom: -15px;
                        }
                        #z{
                                margin-bottom: 20px;
                        }
                        a{
                                color: #999;
                                font-size: 20px;
                        }

                </style>
        </head>
        <body>
                <div id="container">
                        <h1>我爱鱼C</h1>
                        <p>bbs.fishC.com - 是你在改变我,谢谢你</p>
                        <p id="z">---------[url=home.php?mod=space&uid=378930]@不二如是[/url] 的学生 lyzklkl---------</p><br>
                        <a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
                </div>
        </body>
</html>
屏幕快照 2017-03-31 下午2.28.31.png
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 1 反对 0

使用道具 举报

发表于 2017-4-2 17:29:53 | 显示全部楼层
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-4-2 17:31:55 | 显示全部楼层
交作业!!!!!
<!DOCTYPE html>
<html>
        <head>
                <meta charset="utf-8">
                <title>欢迎来到html的世界</title>
                <style type="text/css">
                        html,body{
                                height: 100%;
                                color: #FF3EFF;
                                font-family: sans-serif;
                        }
                        body{
                                background: url(bg.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%);
                        }
                        h1{
                                font-size: 66px;
                                margin-bottom: 22px;
                        }
                        p{
                                font-size: 33px;
                                margin-bottom: 22px;
                        }
                        a{
                                font-size: 55px;
                        }
                </style>
        </head>
        <body>
                <div id="container">
                        <h1>我爱鱼C</h1>
                        <p>bbs.fishC.com - 让编程改变世界</p>
                        <a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
                </div>
        </body>
</html>
PBK5]UF[ILPC`4XBCE)_U$X.png
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-4-12 21:40:03 | 显示全部楼层
不二的帖子都是精品
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-4-17 22:20:32 | 显示全部楼层
交作业
<html lang="en">
<!DOCTYPE html>
<head>
        <meta charset="UTF-8">
        <title>center</title>
        <style type="text/css">
                html,body{
                        height: 100%;
                        width: 100%;
                        color: red;
                        font-family: sans-serif, serif,cursive,fantasy,monospace; 
                                /*font-family 规定元素的字体系列。
                                font-family 可以把多个字体名称作为一个“回退”系统来保存。如果浏览器不支持第一个字体,则会尝试下一个。*/
                }
                body{
                        background: url("background.jpg") center center;  
                        background-size: cover;        
                        margin: 0;        
                        padding: 0;
                        position: relative;        
                }
                #container{
                        width: inherit;        
                        text-align: center;
                        position: absolute;
                        top:50%;
                        transform:translateY(-50%);        
                }
                h1{
                        font-size: 33px;
                        margin-bottom: 22px;
                }
                p{
                        font-size: 18px;
                        margin-bottom: 22px;        /*margin-bottom 属性设置元素的下外边距。注释:允许使用负值。*/
                }
                a{
                        font-size: 22px;        /*该属性设置元素的字体大小。注意,实际上它设置的是字体中字符框的高度;实际的字符字形可能比这些框高或矮*/
                }
        </style>
</head>
<body>
        <div id="container">
                <h1>我爱鱼C</h1>
                <p>让编程改变世界!<br/>Change the world by program!</p>
                <a href="http://www.fishc.com/" style="color: blue">传送门</a><br/>
                <a href="http://bbs.fishc.com/forum.php?mod=collection&action=view&ctid=539" style="color: blue">HTML5-庖丁解牛</a>
        </div>
</body>
</html>
0005.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-7-2 13:51:36 | 显示全部楼层
<!doctype html>
<!DOCTYPE html>
<html>
<head>
        <meta charset="utf-8">
        <title>欢迎来到HTML世界</title>
        <style type="text/css"></style>
</head>
<body>
                <div  id="container">
                <h1>我爱鱼C</h1>
                <p>WWW.FihsC.com - 继续学习中</p>
                <a href="http://bbs.fishc.com/forum-337-1.html">传送门</a>
                </div>                
    <style type="text/css">
        html,body{
                height:100%;
                color: #FF0088;
            font-family:serif;
        }
        h1{
            font-size: 66PX;
            margin-bottom: 22PX;
        }
        p{
                font-size: 33PX;
                margin-bottom: 22PX;
        }
        a{
                                font-size: 55PX;
        }
        body{
            background: url(background.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%);
        }
    </style>
</body>
</html>
交作业!
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2017-7-5 15:14:11 | 显示全部楼层
本帖最后由 MSK 于 2017-7-5 15:15 编辑

我发现url后面竟然可以加网络图片地址!

<!<!doctype html>
<html>
    <head>
        <title>这里是标题</title>
        <meta charset='utf-8'>
        <style type='text/css'>
            html{
                height:100%;
                width:100%;
                text-align: center;
                color:cyan;
                margin: 0;
                padding:0;
            }
            body{
                background: url(http://img4.imgtn.bdimg.com/it/u=2999403677,993608789&fm=26&gp=0.jpg) center center;
                background-size:cover;
            }
            div{
                font-family:宋体;
            }
            h1{
                font-size:90px;
                margin-bottom:220px;
            }
            p{
                font-size:22px;
                color:black;
            }
        </style>
    </head>
    <body>
        <div id='font1'>
            <h1>字体测试</h1>
            <p>www.fishc.com</p>
        </div>
    </body>
</html>
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 1 反对 0

使用道具 举报

发表于 2017-7-5 22:13:18 | 显示全部楼层
继续学习。
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-22 15:39

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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