相关疑难解决方法(0)

CSS中的加号

我有下面的CSS代码,该代码给出+符号,但与设计基本不匹配,因此需要变薄。参见摘要鳕鱼

.plus {
  position:relative;
  border: 1px dotted white;
  width: 3px;
  height: 3px;
  background-color: black;
  box-sizing: border-box;
  transform: scale(11);
}
Run Code Online (Sandbox Code Playgroud)
<div class="plus"></div>
Run Code Online (Sandbox Code Playgroud)

应该看起来像下面的符号: CSS中的加号

Any other styling is also fine for me but should look like the snapshot.

html css css-shapes

2
推荐指数
1
解决办法
1758
查看次数

标签 统计

css ×1

css-shapes ×1

html ×1