Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
5b3c651446
commit
2d66c48b7b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background: #007BFF;
|
background: #1CD4FF;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
background: #007BFF;
|
background: #1CD4FF;
|
||||||
color: white;
|
color: white;
|
||||||
/*position: fixed;*/
|
/*position: fixed;*/
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue