Last active
October 9, 2018 21:04
-
-
Save ShawnClake/66e9fc387075655f37a60b5ab9c900f9 to your computer and use it in GitHub Desktop.
CSS Circular Profile Pictures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style='background-image:url("https://i.ytimg.com/vi/gaLIEUNv2YM/maxresdefault.jpg");background-position:50% 50%;background-size: cover;background-repeat:no-repeat;border-radius:50%;height:250px;width:250px;'></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment