我有下面的css代码,它给出了字符+但与设计不匹配,基本上它应该很薄。
.plus {
position:relative;
border: 1px dotted white;
width: 3px;
height: 3px;
background-color: black;
box-sizing: border-box;
transform: scale(11);
}
<div class="plus"></div>
任何其他风格也适合我,但最好按照图片中的方式进行。
@Sharath对 CSS 问题中 Make plus 符号的松散翻译。

