Created
September 10, 2012 12:54
-
-
Save ramsesoriginal/3690752 to your computer and use it in GitHub Desktop.
Rounded image
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
/** | |
* Rounded image | |
*/ | |
img { | |
max-width: 400px; | |
max-height: 300px; | |
border-radius: 100px; | |
} |
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
<img | |
src="https://lh4.googleusercontent.com/-Fe1QhVIPO7I/Ti_i4ouR9DI/AAAAAAAAADo/7XIAUPWS0a4/s1073/230958-__9_0008.jpg" | |
> | |
<!-- content to be placed inside <body>…</body> --> |
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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment