Design + email
This commit is contained in:
parent
821b537e93
commit
e328e4a903
6 changed files with 133 additions and 56 deletions
35
styleConfirmation.css
Normal file
35
styleConfirmation.css
Normal 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;
|
||||
}
|
||||
Reference in a new issue