Skip to content

Instantly share code, notes, and snippets.

@igortatarenko
Last active August 7, 2017 10:09
Show Gist options
  • Select an option

  • Save igortatarenko/d9ad806deb4f87e8232456c2083a609c to your computer and use it in GitHub Desktop.

Select an option

Save igortatarenko/d9ad806deb4f87e8232456c2083a609c to your computer and use it in GitHub Desktop.
позиционирование и растягивание изображения
img {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment