Created
June 15, 2016 23:35
-
-
Save kenmazaika/2b03790cbf03dd6a3130088114432563 to your computer and use it in GitHub Desktop.
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
| <!-- Load Bootstrap from a CDN --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> | |
| <!-- Put inside a bootstrap div --> | |
| <div class="col-xs-10 col-xs-offset-1"> | |
| <h1>Hello</h1> | |
| <img src="http://imgur.com/Q5GpJMB.png" class="face big img-center center-block img-responsive"/> | |
| </div> | |
| <style> | |
| .face { | |
| margin-top:100px; | |
| } | |
| .big { | |
| transform: scale(2.5, 2.5); | |
| } | |
| </style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment