CSS Ovel

.oval {
  height: 50px;
  width: 100px;
  background-color: #555;
  border-radius: 50%;
}
Yasin