Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
.cards__list-wrapper { margin: 0; } .cards__item:first-child, .cards__item:nth-child(5n) { padding: 0 15px 0 0; } .cards__item:nth-child(4n) { padding: 0 0 0 15px; }
div { width: 560px; height: 530px; overflow: hidden; } img { position: relative; left: 20px; top: 20px; } // или через transform img { transform: translate3d(20px, 20px, 0); }
left: 50%; transform: translateX(-50%);
body { max-width: 100px; padding: 0 10px; } h1 { display: inline; font-size: 30px; line-height: 30px; color: #fff; background-color: #ee1825; }
div { transition: all 0.4s linear; } div:hover { transform: scale(1.2,1.2); }