Introduction and style.css

This commit is contained in:
Bertrand Cournaud 2012-05-22 01:30:05 +02:00
commit 91d2b8471c
2 changed files with 86 additions and 3 deletions

33
style.css Normal file
View file

@ -0,0 +1,33 @@
body
{
text-align: center;
width: 80%;
margin: auto;
}
#introduction
{
text-align: justify;
border: solid;
border-radius: 5px;
padding: 10px;
margin-bottom: 10px;
}
form
{
border: solid;
border-radius: 5px;
margin-bottom: 20px;
}
#q
{
vertical-align: top;
}
footer
{
border-top: solid;
text-align: justify;
}