mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
ikrpg version 3 alpha: added new background image and using pouchdb to store it client side.
This commit is contained in:
parent
67d39d2dc9
commit
a06573dfd0
12 changed files with 535 additions and 23 deletions
|
|
@ -3,7 +3,7 @@ body {
|
|||
font-size: 16px;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
color: #666;
|
||||
background-image: url(/static/images/bg.jpg);
|
||||
background-image: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% -370px;
|
||||
background-attachment: fixed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue