Skip to content

Instantly share code, notes, and snippets.

.content1 {
background-color: blue;
}
#maintitle {
background-color: yellow;
}
#sidebartitle {
background-color: red;
@captainarcee
captainarcee / example.html
Created February 23, 2017 21:47
First experimental/learning example
<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>