Skip to content

Instantly share code, notes, and snippets.

@jamlfy
Forked from anonymous/dabblet.css
Created March 9, 2013 08:23
Show Gist options
  • Save jamlfy/5123475 to your computer and use it in GitHub Desktop.
Save jamlfy/5123475 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
<table border="2">
<tr>
<!-- Esto es el titulo como tal se utliza cuando ahy subtitulos dentor de una tabla -->
<th>Titulo Kinder</th>
<th>titulo Colegio</th>
<th>titulo Universidad </th>
</tr>
<!-- esto es una columna -->
<tr>
<!-- esto es una fila -->
<td>Kinder Z</td>
<td>Colegi X</td>
<td>Univeridad Y</td>
</tr>
<td>titulo z</td>
<td>titulo X</td>
<td>titulo y</td>
</tr>
<thead>
<!-- no importa donde sea la posiscion de esto simpre saldra arriba -->
<tr>
<td>Superior Kinder</td>
<td>superior Colegio</td>
<td>Superior Universidad </td>
</tr>
</thead>
</table>
// alert('Hello world!');
{"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