Last active
October 29, 2015 08:55
-
-
Save danishsatkut/6723887f924033ebe8cc to your computer and use it in GitHub Desktop.
Circular profile picture
This file contains hidden or 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
| /** | |
| * Circular profile picture | |
| */ | |
| .image-container { | |
| display: inline; | |
| margin: auto 10px; | |
| } | |
| img { | |
| -webkit-border-radius: 200px; -moz-border-radius: 200px; border-radius: 100px; | |
| box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3) | |
| } |
This file contains hidden or 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 class="image-container"> | |
| <img src="http://cdn-images.spinr.in/supersonic/staging/images/artists/thumbnails/168/original/Dillon_Francis.jpg?1444737959"> | |
| </div> | |
| <div class="image-container"> | |
| <img src="http://cdn-images.spinr.in/supersonic/staging/images/artists/thumbnails/160/original/The_Chainsmokers.jpg?1444737957"> | |
| </div> |
This file contains hidden or 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
| // alert('Hello world!'); |
This file contains hidden or 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
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment