Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Created September 14, 2013 22:18
Show Gist options
  • Save gcyrillus/6566223 to your computer and use it in GitHub Desktop.
Save gcyrillus/6566223 to your computer and use it in GitHub Desktop.
Untitled
table {
width:80%;
margin:auto;
border-spacing:0;
background:url(http://lorempixel.com/200/300/sports/2) no-repeat #cde;
background-size:30% 100%;
border-radius:1em;
overflow:hidden;
box-shadow:0 0 5px;
}
table, td {
border:1px solid #222
}
td:first-child {
width:30%;
text-align:center;
font-size:150%;
font-weight:bold;
color:yellow;
text-shadow:0 0 1px black;
}
p {
padding:0 5px;
}
<table>
<tr>
<td>Saison 1</td>
<td>
<p> paragraphe sur une ligne</p>
<p> paragraphe sur une ligne</p>
<p> paragraphe sur une ligne</p>
</td>
</tr>
<tr>
<td>Saison 2</td>
<td>
<p> paragraphe sur une ligne</p>
<p> paragraphe sur une ligne</p>
<p> paragraphe sur une ligne</p>
</td>
</tr>
<tr>
<td>Saison 3</td>
<td>
<p> paragraphe sur une ligne</p>
<p> paragraphe sur une ligne</p>
<p> paragraphe sur une ligne</p>
</td>
</tr>
</table>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment