﻿
.border-radius-5 {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100px;
  background-color:#00A6DD;
  height:100px
  border-radius: 10px;
  color:;
  text-align: center;
}

.border-radius-10 {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}



.border-radius {
  width: 300px;
  height: 100px;
  line-height: 100px;
  background-color: green;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}