HTML--伪元素

<link rel="stylesheet" type="text/css" href="Demo01.css">

<style>



    html{
        background-color: darkgray;
    }

    ul{
        font-size: 20px;
    }
    
    
    /*第一个单词进行改变样式  */
    ul::first-letter{
        color: pink;
        font-size: 50px;
    }
    /* 第一行进行改变样式 */
    ul::first-line{
        background-color: powderblue;
    }
    /* ul父标签进行改变,如果不变所有子标签随着父标签进行改变 */
    ul::selection{
        background-color: antiquewhite;
    }
    /* 所有li子标签进行改变 */
    ul >li::selection{
        background-color:yellow;
    }

/* 在div字符的第一个字的前面 /
div::before{
content:“隔壁的”;
color: brown;
}
/
和最后一个字的后面增加字符 */
div::after{
content:“吴同学”;
color: aliceblue;
}

</style>
亲爱的
  • i Love there things in this world. Sun, Moon and You.
  • Sun for morning, Moon fornight, and You forever.
  • Thousand of time I have thought of you .
  • My heart is going high intothe air and flying with my blessing towards you.
  • I don’t care loneliness.
  • I am satisfied when you are happy and I am happy when Ithink of you!
  • </ul>
    
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值