zoukankan      html  css  js  c++  java
  • 初始CSS3 实例

    <!DOCTYPE html>
    <html>
    <head lang="en">
    <meta charset="UTF-8">
    <title>选择器</title>
    <style type="text/css">
    h2{
    color:#003580;
    }
    #a{
    color:#000033;
    font-size:14px;
    }
    #b{
    color:#F00;
    }
    #c{
    color:#1F87CC;
    }
    #d{
    color:#FAA53B;
    }
    #e{
    color:#0D7114;
    }
    .f{
    100px;
    height:160px;
    }
    .g{
    200px;
    height:130px;
    }

    </style>
    </head>
    <body>
    <h2>花千骨</h2>
    <p id="a">《花千骨》是由 <a href=""> 慈文传媒集团</a>制作并发行,<a id="b"> 林玉芬、高林豹、梁胜权联合执导,霍建华、赵丽颖</a>领衔主演,<a id="c">蒋欣、杨烁</a>特别出演,
    <a id="d"> 张丹峰、李纯、马可、鲍天琦、安悦溪、徐海乔</a>等主演的古装玄幻仙侠剧。 该剧改编自fresh果果同名小说,讲述少女花千骨与长留上仙白子画之间关于责任、成长、
    取舍的纯爱虐恋[1] 。该剧于2014年5月6日开机,9月15日杀青,8月12日发布中文及英文版的预告片[2] 。 该剧于2015年6月9日起每周二、周三晚10点在
    <a id="e">湖南卫视</a>的钻石独播剧场播出。[3] 2015年7月5日起,该剧播放时间已经改为每周日、周一晚10点。当天零点在爱奇艺同步更新。[4] </p>
    <img src="1.jpg" class="f"/><br/>
    <h2>主要演员</h2>
    <img src="2.jpg" class="g"/>
    <img src="3.jpg" class="g"/>

    </body>
    </html>

  • 相关阅读:
    VS code 配置 PySide6的UI开发环境
    Python及PySide6学习网址
    NOIP2021模拟赛10.12 题解
    P2388 阶乘之乘 题解
    P3992 [BJOI2017]开车
    「NOIP2021模拟赛四 B」Polyline 题解
    P7115 [NOIP2020] 移球游戏 题解
    P7114 [NOIP2020] 字符串匹配 题解
    P3391 【模板】文艺平衡树 题解
    致夏天
  • 原文地址:https://www.cnblogs.com/wnwn/p/9878634.html
Copyright © 2011-2022 走看看