Analysis Update and no snow

Combined Analysis I and II into one page and removed snow and added
option to toggle snow in css file.
This commit is contained in:
2025-03-02 07:11:35 +01:00
parent db9c39422e
commit 7641e3e33e
5 changed files with 43 additions and 52 deletions

View File

@@ -1,23 +1,23 @@
.snow-bg {
position: relative;
}
.snow-bg:after {
content: '';
display: block;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
background-image: url('https://library.elementor.com/resources/christmas-snow-effect/s1.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s3.png');
animation: snow 10s linear infinite;
}
@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
/* .snow-bg { */
/* position: relative; */
/* } */
/**/
/* .snow-bg:after { */
/* content: ''; */
/* display: block; */
/* position: absolute; */
/* z-index: 2; */
/* top: 0; */
/* left: 0; */
/* right: 0; */
/* bottom: 0; */
/* pointer-events: none; */
/* background-image: url('https://library.elementor.com/resources/christmas-snow-effect/s1.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s2.png'), url('https://library.elementor.com/resources/christmas-snow-effect/s3.png'); */
/* animation: snow 10s linear infinite; */
/* } */
/**/
/* @keyframes snow { */
/* 0% {background-position: 0px 0px, 0px 0px, 0px 0px;} */
/* 50% {background-position: 500px 500px, 100px 200px, -100px 150px;} */
/* 100% {background-position: 500px 1000px, 200px 400px, -100px 300px;} */
/* } */