Update 'styles.css'
This commit is contained in:
parent
e72b06ef44
commit
5604859d5a
@ -4,10 +4,12 @@ html{
|
||||
}
|
||||
body{
|
||||
margin:1em;
|
||||
background-color: rgb(255, 250, 250);
|
||||
line-height: 1.3;
|
||||
font-size:20px;
|
||||
}
|
||||
#welcome{
|
||||
max-width: 600px;
|
||||
max-width: 80%;
|
||||
margin:1em 0;
|
||||
}
|
||||
table{
|
||||
@ -23,6 +25,6 @@ hr{
|
||||
margin:2em 0 1em;
|
||||
}
|
||||
#footer{
|
||||
max-width: 600px;
|
||||
font-size: smaller;
|
||||
max-width: 80%;
|
||||
}
|
||||
.info{font-size: smaller;}
|
Loading…
Reference in New Issue
Block a user