Skip to content

Instantly share code, notes, and snippets.

@dkapila
Created July 23, 2012 12:46
Show Gist options
  • Save dkapila/3163454 to your computer and use it in GitHub Desktop.
Save dkapila/3163454 to your computer and use it in GitHub Desktop.
Untitled
#content {
width: 800px; margin: 0 auto;
}
.row {
border-style:solid;
overflow: auto;
height: auto;
padding : 8px;
margin : 5px;
}
.param {
display : block;
float : left;
width: 100px;
}
.meaning {
width : 350px;
overflow:auto;
float: left;
}
.example {
width : 300px;
overflow:auto;
float: left;
}
<div id = 'content'>
<div class = "row">
<span class = 'param'>
userQuery
</span>
<span class = 'meaning'>
This is used whenevr xzxzx
</span>
<span class = 'example'>
<div id = 'example_topBar'>
<button type = 'button'> PHP Example </button>
<button type = 'button'> XML Example </button>
</div>
There is a nice exmaple.
<div id = 'example_buttomBar'>
<button type = 'button'> Live Demo </button>
</div>
</span>
</div>
<div class = "row">
<span class = 'param'>
makequery
</span>
<span class = 'meaning'>
This will make queryys
</span>
<span class = 'example'>
some php code here...
</span>
</div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment