lou bluette
14
Q:

black circle css

span {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;

    -moz-border-radius: 30px; /* or 50% */
    border-radius: 30px; /* or 50% */

    background-color: black;
    color: white;
    text-align: center;
    font-size: 2em;
}
0
.dot {
  height: 25px;
  width: 25px;
  background-color: black;
  border-radius: 50%;
}
<span class="dot"></span>
0

New to Communities?

Join the community