|
|
(17 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| <!-- float:position allows for no-stack of designs -->
| | - MrNicNac |
| {{clear floats}}
| |
| | |
| <!-- Body Wrapper -->
| |
| <div style="overflow: hidden; margin-left: 0%; padding: 11px; width: 100%; {{border-radius|10px}}; border: 5px solid #000000; background-color:#808080;">
| |
| | |
| <!-- 1st Row -->
| |
| <div style="margin-left: 0%; padding: 0px; width: 100%; {{border-radius|2px}}; border: 1px solid #000000; background-color:#000000; text-align: center; color: red; font-size: 18px;">
| |
| Time <br />
| |
| {{CURRENTTIME}}
| |
| </div>
| |
| | |
| <!-- 2nd Row Left -->
| |
| <div style="float: left; margin-top: 5px; padding: 0px; width: 40%; {{border-radius|2px}}; border: 1px solid #000000; background-color:#000000; text-align: center; color: blue; font-size: 18px;">
| |
| Text
| |
| </div>
| |
| | |
| <!-- 2nd Row Right -->
| |
| <div style="float: right; margin-top: 5px; padding: 0px; width: 40%; {{border-radius|2px}}; border: 1px solid #000000; background-color:#000000; text-align: center; color: green; font-size: 18px;">
| |
| Text
| |
| </div>
| |
| | |
| </div>
| |