Created
February 23, 2017 21:47
-
-
Save captainarcee/ce5045098b4e57220453edc04017c8cb to your computer and use it in GitHub Desktop.
First experimental/learning example
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="content1"> | |
| <p>This is a content box</p> | |
| </div> | |
| <div id="maintitle"> | |
| <p>This is a title box</p> | |
| </div> | |
| <div id="sidebartitle"> | |
| <p>This is a sidebar title box</p> | |
| </div> | |
| <div class="sidebar1"> | |
| <p>This is a sidebar box</p> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment