Introduction and style.css
This commit is contained in:
parent
f1a7602a8a
commit
91d2b8471c
2 changed files with 86 additions and 3 deletions
33
style.css
Normal file
33
style.css
Normal 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;
|
||||
}
|
||||
Reference in a new issue