Created
June 30, 2015 22:53
-
-
Save drosenstark/4f55fc409cf6c0f8836a to your computer and use it in GitHub Desktop.
Right-Aligned Callout Div, HTML Only
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 style="margin-left: auto; width: 150px; border:3px solid black; padding: 10px; text-align: center; background-color: #d3d3d3"> | |
Put some stuff in here | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment