experiENS/monstage/static/index.css
2015-09-21 19:14:26 +02:00

31 lines
No EOL
406 B
CSS

@charset "utf-8";
.entrer {
text-align:center;
}
.entrer a {
display:inline-block;
background:#FFA41E;
color:#fff;
font-size:1.5em;
padding:8px;
border-radius:5px;
}
.explications {
background:#348d68;
display:table-row;
}
.explications img, .explications p {
display:table-cell;
vertical-align:middle;
}
.explications p {
color:#fff;
padding:20px;
font-size:1.1em;
text-align:center;
}