User:Sevo/Sandbox1: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
contained in a "div" element</div>
contained in a "div" element</div>


<div style="width: 75%; float: left;">
<!-- LCARS Container -->
        <div style="float:left; height: 68px; width: 150px; margin-right: 5px; background-color: #2350B5;"></div>
<div style="position: relative;">
 
    <!-- Top Left Elbow -->
    <div style="width: 150px; height: 68px; background-color: #2350B5;"></div>
              
              
            <div style="float:left; height: 30px; width: 100%; background-color: #335DA7;"></div>
    <!-- LCARS Top Bar 1. Resizes with browser window. -->
            <div style="float:left; height: 30px; width: 150px; background-color: #133D87;margin-left: 5px; "></div>
    <div style="position: absolute; top: 0px; left: 155px; right: 155px; height: 30px; background-color: #335DA7;"></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>
</div>

Revision as of 22:31, 25 April 2015

Here comes a short paragraph that is
contained in a "div" element