Fixed images
This commit is contained in:
parent
53f5fdced8
commit
f173f37d6a
@ -33,18 +33,18 @@ ul {
|
||||
|
||||
.baby {
|
||||
height: 500px;
|
||||
background: url('https://static.wixstatic.com/media/14df13e4a2e04e39a34a477052234743.jpg/v1/fill/w_1904,h_801,al_c,q_85,usm_0.66_1.00_0.01/14df13e4a2e04e39a34a477052234743.webp') no-repeat center center fixed;
|
||||
background: url('/static/main/img/baby.png') no-repeat fixed center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.hands {
|
||||
height: 500px;
|
||||
background: url('https://static.wixstatic.com/media/50c52cbd3372400da5552a320daa7569.jpg/v1/fill/w_1904,h_950,al_c,q_85,usm_0.66_1.00_0.01/50c52cbd3372400da5552a320daa7569.webp') no-repeat center center fixed;
|
||||
background: url('/static/main/img/hands.png') no-repeat fixed center center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.architecture {
|
||||
background: url('https://static.wixstatic.com/media/5bfb6f_c9a631e8e43443cb9d7ad97133d9d83d.jpg/v1/fill/w_980,h_913,al_c,q_85,usm_0.66_1.00_0.01/5bfb6f_c9a631e8e43443cb9d7ad97133d9d83d.webp') no-repeat fixed;
|
||||
background: url('/static/main/img/architecture.png') no-repeat fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
BIN
main/static/main/img/architecture.png
Normal file
BIN
main/static/main/img/architecture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 704 KiB |
BIN
main/static/main/img/hands.png
Normal file
BIN
main/static/main/img/hands.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue
Block a user