1

What I want:
enter image description here


What I am getting instead:
enter image description here


Respective code: https://jsfiddle.net/JerryGoyal/2zy2wj78/4/

.circle {
  display: inline-block;
  border: solid 20px blue;
  border-radius: 51%;
  position: absolute;
  z-index: 5;
}

.line {
  margin: 0 0 0 -2px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 100px;
  background: red;
  z-index: -1;
}
<div class='circle'>
  <div class='line'></div>
</div>
Mohammad Javad Noori
  • 1,187
  • 12
  • 23
GorvGoyl
  • 42,508
  • 29
  • 229
  • 225

0 Answers0