#padre {
    width: 330px;
    height: 300px;
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hijos {
    width: 100%;
 height: 100%;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
   
  }