Fixed images

This commit is contained in:
Zakary Timson 2018-01-12 00:06:02 -05:00
parent 53f5fdced8
commit f173f37d6a
3 changed files with 3 additions and 3 deletions

View File

@ -33,18 +33,18 @@ ul {
.baby { .baby {
height: 500px; 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; background-size: cover;
} }
.hands { .hands {
height: 500px; 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; background-size: cover;
} }
.architecture { .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; background-size: cover;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB