Skip to content

Instantly share code, notes, and snippets.

@mbierman
Last active October 14, 2016 18:52
Show Gist options
  • Select an option

  • Save mbierman/cf4213b328b29a9527ef626e0d324891 to your computer and use it in GitHub Desktop.

Select an option

Save mbierman/cf4213b328b29a9527ef626e0d324891 to your computer and use it in GitHub Desktop.
/*
https://www.google.com/contacts/
https://mail.google.com/
*/
.PI img , .c3q9jc img, .xvtNjc img {
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
@mbierman
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment