haha! commit

This commit is contained in:
gauthiier
2017-06-28 15:52:35 +02:00
parent a5dab2ea2c
commit 85bfef926c
9 changed files with 322 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

+57
View File
@@ -0,0 +1,57 @@
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.tableau {
border: 10px grey ridge;
margin: 5em;
margin-bottom: 1em;
}
table {
display: block;
margin: 1em;
border: 10px grey ridge;
font-size: small;
text-align: left;
width: 55em;
}
table td {
border: 2px grey ridge;
padding: 1em;
}
table td img {
width: 20em;
border: 2px grey ridge;
}
.lst ul li { display: inline; }
.lst ul li img {
border: 10px grey ridge;
margin: 2em;
margin-bottom: 1em;
width: 450;
}
.lst ul li video {
border: 10px grey ridge;
margin: 2em;
margin-bottom: 1em;
width: 450;
}
address {
margin: 20px;
}
#index_tile h1 {
margin: 20px;
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB