Просмотр поста

.
Andrei4ik93
__________________________________________________

Тоже хочу спросиьть,как это растянуть по ширине автомачески?

.table {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.table .cell.active a {
  background: #fff;
  color: #777;
  box-shadow: inset 0 -3px 0 0 #618aee;
}
.table .cell.active a:hover {
  background: #f9f9f9;
}
.table .cell a {
  display: inline-block;
  padding: 16px 0;
  width: 33.3%;
  float: left;
  color: #618AEE;
  font-size: 12px;
  font-weight: 700;
  box-shadow: inset 0 -1px 0 0 #d6deea;
}
.table .cell a:hover {
  background: #F0F2F7;
}