Added initial version.
This commit is contained in:
parent
4e81e20470
commit
8cfe4a8693
4 changed files with 178 additions and 0 deletions
9
css/002-big-image.css
Normal file
9
css/002-big-image.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.big-image picture, .big-image img {
|
||||
height: auto;
|
||||
min-height: 100%;
|
||||
min-width: 100%;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue