Skip to content

Instantly share code, notes, and snippets.

@benhickson
Created July 1, 2020 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benhickson/0163d90f828d1519777cedcb15d0aee1 to your computer and use it in GitHub Desktop.
Save benhickson/0163d90f828d1519777cedcb15d0aee1 to your computer and use it in GitHub Desktop.
div {
background-size: cover;
background-position: center;
background-color: rgb(199, 199, 199);
overflow: hidden;
box-sizing: border-box;
width: 100px;
height: 100px;
}
#video-or-pic{
width: 22vw;
height: 22vw;
border-radius: 1vw;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment