css样式

	在这里插入代码片	
    <div class="color">渐变字体</div>
    <input type="text">
    <input type="radio" class="input_radio">
    <p class="word">No one’s born being good at all things. You become good at things through hard work. You’re not a varsity athlete the first time you play a new sport. You don’t hit every note the first time you sing a song.You’ve got to practice. The same principle applies to your schoolwork. You might have to do a math problem a few times before you get it right. You might have to read something a few times before you understand it.You definitely have to do a few drafts of a paper before</p>
在这里插入代码片
<style>
        /* 渐变变字体 */
        .color{
            background: linear-gradient(to top, red 0%, blue 100%);
            color: transparent;
            -webkit-background-clip: text;
        }
        /* 第一个文字设置 bold、颜色*/
        .color::first-letter{
            font-weight: bold;
            color: #ea2142;
        }
        /* 隐藏空元素 */
        .color:empty{
            display: none;
        }
        /* input 光标颜色 */
        input{
            caret-color: #ea2142;
        }

        /* radio css */
        .input_radio{
            accent-color: #675326;
        }
        /* 单词换行连接符 */
        .word{
            width: 150px;
            hyphens: auto;
        }
    </style>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值