-2
How to center the + horizontal and vertical so that it is fixed in any size?
I’m doing here, but the positioning of the +, is getting different, on my computer gets centralized, now opening on the laptop that has smaller monitor the + get higher.
Another ready, is how to position the circle on the right.
Thank you.
.icoAdd {
  position: absolute;
  bottom: 0;
  background-color: #3880ff;
  margin: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.icoAdd span {
  position: absolute;
  top: 4%;
  left: 29%;
  font-size: 40px;
  color: white;
}<div class="icoAdd">
  <span>+</span>
</div>