mirror of
https://github.com/timvisee/send.git
synced 2026-04-24 22:44:34 -04:00
added background image
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
.background {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.background > img {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user