User:Sevo/Sandbox1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div id="borderGreen" style=" | <div id="borderGreen" style="border: thin green solid; border-radius: 20px; background-color: green; padding: 5px; width: 15%;">Here comes a short paragraph that is<br /> | ||
contained in a "div" element</div> | contained in a "div" element</div> | ||
<div style="width: 75%; float: left;"> | |||
<div style="float:left; height: 68px; width: 150px; margin-right: 5px; background-color: #2350B5;"></div> | |||
<div style="float:left; height: 30px; width: 100%; background-color: #335DA7;"></div> | |||
<div style="float:left; height: 30px; width: 150px; background-color: #133D87;margin-left: 5px; "></div> | |||
</div> | |||
---- | |||
<div style="width: 100%; float: left;> | |||
<table width="100%" border="0"> | |||
<tr> | |||
<td>Row 1, Cell 1</td> | |||
<td>Row 1, Cell 2</td> | |||
<td>Row 1, Cell 3</td> | |||
</tr> | |||
<tr> | |||
<td>Row 2, Cell 1</td> | |||
<td>Row 2, Cell 2</td> | |||
<td>Row 2, Cell 3</td> | |||
</tr> | |||
<tr> | |||
<td>Row 3, Cell 1</td> | |||
<td>Row 3, Cell 2</td> | |||
<td>Row 3, Cell 3</td> | |||
</tr> | |||
</table> | |||
</div> |
Revision as of 01:20, 25 April 2015
Here comes a short paragraph that is
contained in a "div" element
contained in a "div" element
Row 1, Cell 1 | Row 1, Cell 2 | Row 1, Cell 3 |
Row 2, Cell 1 | Row 2, Cell 2 | Row 2, Cell 3 |
Row 3, Cell 1 | Row 3, Cell 2 | Row 3, Cell 3 |