Код IT Загрузка примера кода…

CSS main.css
.card-view {
  width: 120px;
  min-height: 160px;
  border: 3px solid;
  border-radius: 10px;
  background: #12101f;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  text-align: left;
}

.card-view--playable:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.hand-row {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
}
.card-view {
  width: 120px;
  min-height: 160px;
  border: 3px solid;
  border-radius: 10px;
  background: #12101f;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  text-align: left;
}

.card-view--playable:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.hand-row {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
}