change header and footer style
This commit is contained in:
parent
d5374ba250
commit
f4341143d6
1 changed files with 7 additions and 2 deletions
|
|
@ -21,6 +21,8 @@
|
||||||
html {
|
html {
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
background: url("recursion.gif");
|
background: url("recursion.gif");
|
||||||
|
background-repeat: repeat-y;
|
||||||
|
background-size: cover;
|
||||||
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
|
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -46,7 +48,8 @@ body {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: 4pt ridge var(--border);
|
border: 4pt ridge var(--border);
|
||||||
background-color: var(--html-background);
|
background: url("sand.png");
|
||||||
|
background-size: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-header li {
|
#page-header li {
|
||||||
|
|
@ -103,7 +106,9 @@ body {
|
||||||
|
|
||||||
#page-footer {
|
#page-footer {
|
||||||
border: 4pt ridge var(--border);
|
border: 4pt ridge var(--border);
|
||||||
background-color: var(--html-background);
|
background: url("sand.png");
|
||||||
|
background-size: 25%;
|
||||||
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue