Created
September 14, 2013 22:18
-
-
Save gcyrillus/6566223 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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