.flex-child {
   /* Три значения: flex-grow | flex-shrink | flex-basis */
    flex: 2 2 10%;
    text-align: center;
}