如何用css画出一个圆圈,里面有个对号?

html-css04

如何用css画出一个圆圈,里面有个对号?,第1张

.box {

width: 150px

height: 150px

margin: 100px auto

border-radius : 5e%

border: 5px solid #o0000e

display: flex

justify-content: center

align-items : center

}

.box: : before {

content: ""

display: block

width: 88px

height: 5epx

border: 20px solid #ee000e

border-right: none

border-top: none

transform: rotate(-45deg) translate(7px,-10px)

}

Excel中在圆圈里打钩的具体步骤如下:

我们需要准备的材料分别是:电脑、Excel表格。

1、首先我们打开需要编辑的Excel表格,点击打开插入。

2、然后我们在弹出来的窗口中点击打开“符号”。

3、然后我们在弹出来的窗口中点击字体选择“Wingdings2”,之后点击插入带有勾的即可。