Design + email

This commit is contained in:
Bertrand 2012-05-24 14:19:45 +02:00
commit e328e4a903
6 changed files with 133 additions and 56 deletions

35
styleConfirmation.css Normal file
View file

@ -0,0 +1,35 @@
body
{
text-align: center;
width: 60%;
margin: auto;
background-color: #545455;
}
header
{
border-radius: 10px;
margin: 10px;
padding: 8px;
background-color: black;
color: orange;
}
#banner
{
display: inline-block;
float: right;
}
article h2, form h2
{
background-color: black;
color: orange;
margin-left: -10px;
margin-right: -10px;
}
section
{
text-align: justify;
}