css实现圆形里面感叹号

.circle-exclamation {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #eb4d4b;
}
.circle-exclamation::before {
    content: "!";
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: block;
}

效果

 

 

人生的意义就和这个感叹号一样,我们一直在追寻,一直没有任何的结果;似乎从头就早已注定了一切。那我们何苦一直追寻和改变呢 ?

posted @ 2023-09-04 11:28  逝年的我们  阅读(203)  评论(0编辑  收藏  举报