HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
<div class="snow"></div>
body {
height: 100vh;
background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
overflow: hidden;
filter: drop-shadow(0 0 10px white);
}
.snow {
position: absolute;
width: 10px;
height: 10px;
background: white;
border-radius: 50%;
}
.snow:nth-child(1) {
opacity: 0.1915;
transform: translate(73.8613vw, -10px) scale(0.7798);
animation: fall-1 12s -27s linear infinite;
}
@keyframes fall-1 {
41.037% {
transform: translate(70.0207vw, 41.037vh) scale(0.7798);
}
to {
transform: translate(71.941vw, 100vh) scale(0.7798);
}
}
.snow:nth-child(2) {
opacity: 0.3818;
transform: translate(84.5519vw, -10px) scale(0.2815);
animation: fall-2 25s -26s linear infinite;
}
@keyframes fall-2 {
57.279% {
transform: translate(85.5688vw, 57.279vh) scale(0.2815);
}
to {
transform: translate(85.06035vw, 100vh) scale(0.2815);
}
}
.snow:nth-child(3) {
opacity: 0.5034;
transform: translate(10.2054vw, -10px) scale(0.7647);
animation: fall-3 19s -28s linear infinite;
}
@keyframes fall-3 {
55.596% {
transform: translate(8.1344vw, 55.596vh) scale(0.7647);
}
to {
transform: translate(9.1699vw, 100vh) scale(0.7647);
}
}
.snow:nth-child(4) {
opacity: 0.7301;
transform: translate(68.4557vw, -10px) scale(0.1937);
animation: fall-4 20s -19s linear infinite;
}
@keyframes fall-4 {
30.001% {
transform: translate(62.3344vw, 30.001vh) scale(0.1937);
}
to {
transform: translate(65.39505vw, 100vh) scale(0.1937);
}
}
.snow:nth-child(5) {
opacity: 0.9342;
transform: translate(51.0326vw, -10px) scale(0.0801);
animation: fall-5 23s -1s linear infinite;
}
@keyframes fall-5 {
49.132% {
transform: translate(45.5767vw, 49.132vh) scale(0.0801);
}
to {
transform: translate(48.30465vw, 100vh) scale(0.0801);
}
}
.snow:nth-child(6) {
opacity: 0.3696;
transform: translate(1.7286vw, -10px) scale(0.73);
animation: fall-6 29s -29s linear infinite;
}
@keyframes fall-6 {
72.524% {
transform: translate(-8.1086vw, 72.524vh) scale(0.73);
}
to {
transform: translate(-3.19vw, 100vh) scale(0.73);
}
}
.snow:nth-child(7) {
opacity: 0.0209;
transform: translate(51.9803vw, -10px) scale(0.5487);
animation: fall-7 25s -19s linear infinite;
}
@keyframes fall-7 {
32.646% {
transform: translate(55.3041vw, 32.646vh) scale(0.5487);
}
to {
transform: translate(53.6422vw, 100vh) scale(0.5487);
}
}
.snow:nth-child(8) {
opacity: 0.3766;
transform: translate(48.7331vw, -10px) scale(0.4492);
animation: fall-8 11s -22s linear infinite;
}
@keyframes fall-8 {
63.34% {
transform: translate(54.355vw, 63.34vh) scale(0.4492);
}
to {
transform: translate(51.54405vw, 100vh) scale(0.4492);
}
}
.snow:nth-child(9) {
opacity: 0.0335;
transform: translate(86.0149vw, -10px) scale(0.1652);
animation: fall-9 18s -8s linear infinite;
}
@keyframes fall-9 {
52.731% {
transform: translate(85.8509vw, 52.731vh) scale(0.1652);
}
to {
transform: translate(85.9329vw, 100vh) scale(0.1652);
}
}
.snow:nth-child(10) {
opacity: 0.2851;
transform: translate(90.231vw, -10px) scale(0.2589);
animation: fall-10 21s -9s linear infinite;
}
@keyframes fall-10 {
50.263% {
transform: translate(90.1981vw, 50.263vh) scale(0.2589);
}
to {
transform: translate(90.21455vw, 100vh) scale(0.2589);
}
}
.snow:nth-child(11) {
opacity: 0.14;
transform: translate(82.4383vw, -10px) scale(0.7187);
animation: fall-11 25s -17s linear infinite;
}
@keyframes fall-11 {
34.622% {
transform: translate(84.1438vw, 34.622vh) scale(0.7187);
}
to {
transform: translate(83.29105vw, 100vh) scale(0.7187);
}
}
.snow:nth-child(12) {
opacity: 0.9511;
transform: translate(9.1981vw, -10px) scale(0.4917);
animation: fall-12 19s -19s linear infinite;
}
@keyframes fall-12 {
33.761% {
transform: translate(7.0606vw, 33.761vh) scale(0.4917);
}
to {
transform: translate(8.12935vw, 100vh) scale(0.4917);
}
}
.snow:nth-child(13) {
opacity: 0.8248;
transform: translate(70.2507vw, -10px) scale(0.1111);
animation: fall-13 10s -16s linear infinite;
}
@keyframes fall-13 {
30.495% {
transform: translate(74.161vw, 30.495vh) scale(0.1111);
}
to {
transform: translate(72.20585vw, 100vh) scale(0.1111);
}
}
.snow:nth-child(14) {
opacity: 0.181;
transform: translate(15.9144vw, -10px) scale(0.4205);
animation: fall-14 20s -6s linear infinite;
}
@keyframes fall-14 {
47.4% {
transform: translate(15.9844vw, 47.4vh) scale(0.4205);
}
to {
transform: translate(15.9494vw, 100vh) scale(0.4205);
}
}
.snow:nth-child(15) {
opacity: 0.5193;
transform: translate(41.0161vw, -10px) scale(0.3042);
animation: fall-15 18s -28s linear infinite;
}
@keyframes fall-15 {
31.603% {
transform: translate(38.607vw, 31.603vh) scale(0.3042);
}
to {
transform: translate(39.81155vw, 100vh) scale(0.3042);
}
}
.snow:nth-child(16) {
opacity: 0.2729;
transform: translate(5.8485vw, -10px) scale(0.2667);
animation: fall-16 10s -2s linear infinite;
}
@keyframes fall-16 {
46.361% {
transform: translate(12.4301vw, 46.361vh) scale(0.2667);
}
to {
transform: translate(9.1393vw, 100vh) scale(0.2667);
}
}
.snow:nth-child(17) {
opacity: 0.9155;
transform: translate(98.1497vw, -10px) scale(0.6434);
animation: fall-17 20s -30s linear infinite;
}
@keyframes fall-17 {
64.094% {
transform: translate(94.2242vw, 64.094vh) scale(0.6434);
}
to {
transform: translate(96.18695vw, 100vh) scale(0.6434);
}
}
.snow:nth-child(18) {
opacity: 0.5413;
transform: translate(73.9041vw, -10px) scale(0.4592);
animation: fall-18 28s -16s linear infinite;
}
@keyframes fall-18 {
36.051% {
transform: translate(65.7467vw, 36.051vh) scale(0.4592);
}
to {
transform: translate(69.8254vw, 100vh) scale(0.4592);
}
}
.snow:nth-child(19) {
opacity: 0.1756;
transform: translate(58.0275vw, -10px) scale(0.6548);
animation: fall-19 16s -26s linear infinite;
}
@keyframes fall-19 {
66.264% {
transform: translate(50.5575vw, 66.264vh) scale(0.6548);
}
to {
transform: translate(54.2925vw, 100vh) scale(0.6548);
}
}
.snow:nth-child(20) {
opacity: 0.3273;
transform: translate(63.4871vw, -10px) scale(0.9963);
animation: fall-20 23s -5s linear infinite;
}
@keyframes fall-20 {
53.784% {
transform: translate(71.7059vw, 53.784vh) scale(0.9963);
}
to {
transform: translate(67.5965vw, 100vh) scale(0.9963);
}
}
.snow:nth-child(21) {
opacity: 0.1144;
transform: translate(41.7689vw, -10px) scale(0.0343);
animation: fall-21 21s -20s linear infinite;
}
@keyframes fall-21 {
45.138% {
transform: translate(34.7002vw, 45.138vh) scale(0.0343);
}
to {
transform: translate(38.23455vw, 100vh) scale(0.0343);
}
}
.snow:nth-child(22) {
opacity: 0.6052;
transform: translate(55.4993vw, -10px) scale(0.574);
animation: fall-22 25s -16s linear infinite;
}
@keyframes fall-22 {
58.835% {
transform: translate(46.4085vw, 58.835vh) scale(0.574);
}
to {
transform: translate(50.9539vw, 100vh) scale(0.574);
}
}
.snow:nth-child(23) {
opacity: 0.0752;
transform: translate(86.4321vw, -10px) scale(0.0676);
animation: fall-23 26s -2s linear infinite;
}
@keyframes fall-23 {
43.926% {
transform: translate(89.2329vw, 43.926vh) scale(0.0676);
}
to {
transform: translate(87.8325vw, 100vh) scale(0.0676);
}
}
.snow:nth-child(24) {
opacity: 0.586;
transform: translate(32.0584vw, -10px) scale(0.4989);
animation: fall-24 22s -1s linear infinite;
}
@keyframes fall-24 {
52.829% {
transform: translate(38.2385vw, 52.829vh) scale(0.4989);
}
to {
transform: translate(35.14845vw, 100vh) scale(0.4989);
}
}
.snow:nth-child(25) {
opacity: 0.505;
transform: translate(14.4457vw, -10px) scale(0.2672);
animation: fall-25 20s -18s linear infinite;
}
@keyframes fall-25 {
50.707% {
transform: translate(18.225vw, 50.707vh) scale(0.2672);
}
to {
transform: translate(16.33535vw, 100vh) scale(0.2672);
}
}
.snow:nth-child(26) {
opacity: 0.0411;
transform: translate(57.3123vw, -10px) scale(0.2292);
animation: fall-26 18s -28s linear infinite;
}
@keyframes fall-26 {
51.235% {
transform: translate(54.6535vw, 51.235vh) scale(0.2292);
}
to {
transform: translate(55.9829vw, 100vh) scale(0.2292);
}
}
.snow:nth-child(27) {
opacity: 0.0146;
transform: translate(37.0601vw, -10px) scale(0.5278);
animation: fall-27 24s -27s linear infinite;
}
@keyframes fall-27 {
37.726% {
transform: translate(32.7184vw, 37.726vh) scale(0.5278);
}
to {
transform: translate(34.88925vw, 100vh) scale(0.5278);
}
}
.snow:nth-child(28) {
opacity: 0.9145;
transform: translate(8.4303vw, -10px) scale(0.7928);
animation: fall-28 27s -27s linear infinite;
}
@keyframes fall-28 {
63.893% {
transform: translate(12.2079vw, 63.893vh) scale(0.7928);
}
to {
transform: translate(10.3191vw, 100vh) scale(0.7928);
}
}
.snow:nth-child(29) {
opacity: 0.6377;
transform: translate(99.304vw, -10px) scale(0.2391);
animation: fall-29 20s -16s linear infinite;
}
@keyframes fall-29 {
31.552% {
transform: translate(93.5524vw, 31.552vh) scale(0.2391);
}
to {
transform: translate(96.4282vw, 100vh) scale(0.2391);
}
}
.snow:nth-child(30) {
opacity: 0.4639;
transform: translate(7.6593vw, -10px) scale(0.9781);
animation: fall-30 30s -16s linear infinite;
}
@keyframes fall-30 {
31.773% {
transform: translate(17.4797vw, 31.773vh) scale(0.9781);
}
to {
transform: translate(12.5695vw, 100vh) scale(0.9781);
}
}
.snow:nth-child(31) {
opacity: 0.4188;
transform: translate(83.7809vw, -10px) scale(0.2863);
animation: fall-31 17s -23s linear infinite;
}
@keyframes fall-31 {
35.774% {
transform: translate(74.2743vw, 35.774vh) scale(0.2863);
}
to {
transform: translate(79.0276vw, 100vh) scale(0.2863);
}
}
.snow:nth-child(32) {
opacity: 0.2928;
transform: translate(32.137vw, -10px) scale(0.0954);
animation: fall-32 15s -28s linear infinite;
}
@keyframes fall-32 {
70.533% {
transform: translate(35.9627vw, 70.533vh) scale(0.0954);
}
to {
transform: translate(34.04985vw, 100vh) scale(0.0954);
}
}
.snow:nth-child(33) {
opacity: 0.8092;
transform: translate(81.6613vw, -10px) scale(0.3885);
animation: fall-33 19s -25s linear infinite;
}
@keyframes fall-33 {
72.61% {
transform: translate(91.4603vw, 72.61vh) scale(0.3885);
}
to {
transform: translate(86.5608vw, 100vh) scale(0.3885);
}
}
.snow:nth-child(34) {
opacity: 0.3136;
transform: translate(20.0381vw, -10px) scale(0.1887);
animation: fall-34 17s -3s linear infinite;
}
@keyframes fall-34 {
59.957% {
transform: translate(12.9389vw, 59.957vh) scale(0.1887);
}
to {
transform: translate(16.4885vw, 100vh) scale(0.1887);
}
}
.snow:nth-child(35) {
opacity: 0.7875;
transform: translate(77.9959vw, -10px) scale(0.0944);
animation: fall-35 19s -30s linear infinite;
}
@keyframes fall-35 {
42.858% {
transform: translate(75.8964vw, 42.858vh) scale(0.0944);
}
to {
transform: translate(76.94615vw, 100vh) scale(0.0944);
}
}
.snow:nth-child(36) {
opacity: 0.0882;
transform: translate(96.1366vw, -10px) scale(0.2562);
animation: fall-36 18s -26s linear infinite;
}
@keyframes fall-36 {
68.427% {
transform: translate(105.3494vw, 68.427vh) scale(0.2562);
}
to {
transform: translate(100.743vw, 100vh) scale(0.2562);
}
}
.snow:nth-child(37) {
opacity: 0.5306;
transform: translate(38.8673vw, -10px) scale(0.1068);
animation: fall-37 23s -1s linear infinite;
}
@keyframes fall-37 {
55.364% {
transform: translate(37.2202vw, 55.364vh) scale(0.1068);
}
to {
transform: translate(38.04375vw, 100vh) scale(0.1068);
}
}
.snow:nth-child(38) {
opacity: 0.0823;
transform: translate(37.3547vw, -10px) scale(0.5215);
animation: fall-38 27s -10s linear infinite;
}
@keyframes fall-38 {
76.895% {
transform: translate(36.0998vw, 76.895vh) scale(0.5215);
}
to {
transform: translate(36.72725vw, 100vh) scale(0.5215);
}
}
.snow:nth-child(39) {
opacity: 0.6626;
transform: translate(66.1625vw, -10px) scale(0.2579);
animation: fall-39 20s -18s linear infinite;
}
@keyframes fall-39 {
53.696% {
transform: translate(62.058vw, 53.696vh) scale(0.2579);
}
to {
transform: translate(64.11025vw, 100vh) scale(0.2579);
}
}
.snow:nth-child(40) {
opacity: 0.8715;
transform: translate(78.6093vw, -10px) scale(0.1299);
animation: fall-40 18s -13s linear infinite;
}
@keyframes fall-40 {
51.607% {
transform: translate(82.1158vw, 51.607vh) scale(0.1299);
}
to {
transform: translate(80.36255vw, 100vh) scale(0.1299);
}
}
.snow:nth-child(41) {
opacity: 0.2181;
transform: translate(11.1455vw, -10px) scale(0.7402);
animation: fall-41 26s -2s linear infinite;
}
@keyframes fall-41 {
37.064% {
transform: translate(15.0771vw, 37.064vh) scale(0.7402);
}
to {
transform: translate(13.1113vw, 100vh) scale(0.7402);
}
}
.snow:nth-child(42) {
opacity: 0.3143;
transform: translate(98.1635vw, -10px) scale(0.2773);
animation: fall-42 30s -23s linear infinite;
}
@keyframes fall-42 {
34.181% {
transform: translate(93.2708vw, 34.181vh) scale(0.2773);
}
to {
transform: translate(95.71715vw, 100vh) scale(0.2773);
}
}
.snow:nth-child(43) {
opacity: 0.7142;
transform: translate(2.0618vw, -10px) scale(0.5802);
animation: fall-43 10s -3s linear infinite;
}
@keyframes fall-43 {
61.787% {
transform: translate(4.7502vw, 61.787vh) scale(0.5802);
}
to {
transform: translate(3.406vw, 100vh) scale(0.5802);
}
}
.snow:nth-child(44) {
opacity: 0.6827;
transform: translate(40.892vw, -10px) scale(0.9903);
animation: fall-44 26s -8s linear infinite;
}
@keyframes fall-44 {
37.492% {
transform: translate(34.4877vw, 37.492vh) scale(0.9903);
}
to {
transform: translate(37.68985vw, 100vh) scale(0.9903);
}
}
.snow:nth-child(45) {
opacity: 0.8291;
transform: translate(75.8vw, -10px) scale(0.8376);
animation: fall-45 19s -3s linear infinite;
}
@keyframes fall-45 {
32.558% {
transform: translate(69.817vw, 32.558vh) scale(0.8376);
}
to {
transform: translate(72.8085vw, 100vh) scale(0.8376);
}
}
.snow:nth-child(46) {
opacity: 0.2715;
transform: translate(34.8137vw, -10px) scale(0.2579);
animation: fall-46 11s -7s linear infinite;
}
@keyframes fall-46 {
33.809% {
transform: translate(41.1269vw, 33.809vh) scale(0.2579);
}
to {
transform: translate(37.9703vw, 100vh) scale(0.2579);
}
}
.snow:nth-child(47) {
opacity: 0.8361;
transform: translate(27.6205vw, -10px) scale(0.8233);
animation: fall-47 18s -20s linear infinite;
}
@keyframes fall-47 {
43.038% {
transform: translate(32.8759vw, 43.038vh) scale(0.8233);
}
to {
transform: translate(30.2482vw, 100vh) scale(0.8233);
}
}
.snow:nth-child(48) {
opacity: 0.5303;
transform: translate(69.7641vw, -10px) scale(0.594);
animation: fall-48 20s -21s linear infinite;
}
@keyframes fall-48 {
74.441% {
transform: translate(72.4224vw, 74.441vh) scale(0.594);
}
to {
transform: translate(71.09325vw, 100vh) scale(0.594);
}
}
.snow:nth-child(49) {
opacity: 0.4402;
transform: translate(13.8018vw, -10px) scale(0.851);
animation: fall-49 19s -3s linear infinite;
}
@keyframes fall-49 {
47.163% {
transform: translate(8.9311vw, 47.163vh) scale(0.851);
}
to {
transform: translate(11.36645vw, 100vh) scale(0.851);
}
}
.snow:nth-child(50) {
opacity: 0.2008;
transform: translate(12.9516vw, -10px) scale(0.8517);
animation: fall-50 29s -18s linear infinite;
}
@keyframes fall-50 {
35.109% {
transform: translate(22.4005vw, 35.109vh) scale(0.8517);
}
to {
transform: translate(17.67605vw, 100vh) scale(0.8517);
}
}
.snow:nth-child(51) {
opacity: 0.1268;
transform: translate(94.5981vw, -10px) scale(0.8222);
animation: fall-51 26s -17s linear infinite;
}
@keyframes fall-51 {
61.309% {
transform: translate(86.2011vw, 61.309vh) scale(0.8222);
}
to {
transform: translate(90.3996vw, 100vh) scale(0.8222);
}
}
.snow:nth-child(52) {
opacity: 0.8893;
transform: translate(57.4097vw, -10px) scale(0.5403);
animation: fall-52 12s -13s linear infinite;
}
@keyframes fall-52 {
56.081% {
transform: translate(50.7214vw, 56.081vh) scale(0.5403);
}
to {
transform: translate(54.06555vw, 100vh) scale(0.5403);
}
}
.snow:nth-child(53) {
opacity: 0.796;
transform: translate(80.3773vw, -10px) scale(0.4033);
animation: fall-53 17s -26s linear infinite;
}
@keyframes fall-53 {
44.613% {
transform: translate(81.7824vw, 44.613vh) scale(0.4033);
}
to {
transform: translate(81.07985vw, 100vh) scale(0.4033);
}
}
.snow:nth-child(54) {
opacity: 0.7785;
transform: translate(0.7402vw, -10px) scale(0.2211);
animation: fall-54 24s -16s linear infinite;
}
@keyframes fall-54 {
45.979% {
transform: translate(-3.2609vw, 45.979vh) scale(0.2211);
}
to {
transform: translate(-1.26035vw, 100vh) scale(0.2211);
}
}
.snow:nth-child(55) {
opacity: 0.7657;
transform: translate(81.3994vw, -10px) scale(0.1595);
animation: fall-55 30s -21s linear infinite;
}
@keyframes fall-55 {
56.234% {
transform: translate(82.097vw, 56.234vh) scale(0.1595);
}
to {
transform: translate(81.7482vw, 100vh) scale(0.1595);
}
}
.snow:nth-child(56) {
opacity: 0.4193;
transform: translate(42.3514vw, -10px) scale(0.8487);
animation: fall-56 30s -25s linear infinite;
}
@keyframes fall-56 {
68.325% {
transform: translate(35.5339vw, 68.325vh) scale(0.8487);
}
to {
transform: translate(38.94265vw, 100vh) scale(0.8487);
}
}
.snow:nth-child(57) {
opacity: 0.0507;
transform: translate(51.5043vw, -10px) scale(0.9774);
animation: fall-57 30s -16s linear infinite;
}
@keyframes fall-57 {
36.61% {
transform: translate(48.8204vw, 36.61vh) scale(0.9774);
}
to {
transform: translate(50.16235vw, 100vh) scale(0.9774);
}
}
.snow:nth-child(58) {
opacity: 0.0778;
transform: translate(98.3918vw, -10px) scale(0.1474);
animation: fall-58 22s -4s linear infinite;
}
@keyframes fall-58 {
42.297% {
transform: translate(98.7255vw, 42.297vh) scale(0.1474);
}
to {
transform: translate(98.55865vw, 100vh) scale(0.1474);
}
}
.snow:nth-child(59) {
opacity: 0.5152;
transform: translate(97.3222vw, -10px) scale(0.6324);
animation: fall-59 14s -26s linear infinite;
}
@keyframes fall-59 {
61.849% {
transform: translate(93.9552vw, 61.849vh) scale(0.6324);
}
to {
transform: translate(95.6387vw, 100vh) scale(0.6324);
}
}
.snow:nth-child(60) {
opacity: 0.888;
transform: translate(18.8722vw, -10px) scale(0.5189);
animation: fall-60 13s -11s linear infinite;
}
@keyframes fall-60 {
52.06% {
transform: translate(20.6856vw, 52.06vh) scale(0.5189);
}
to {
transform: translate(19.7789vw, 100vh) scale(0.5189);
}
}
.snow:nth-child(61) {
opacity: 0.9032;
transform: translate(67.5501vw, -10px) scale(0.9146);
animation: fall-61 30s -22s linear infinite;
}
@keyframes fall-61 {
47.55% {
transform: translate(58.1843vw, 47.55vh) scale(0.9146);
}
to {
transform: translate(62.8672vw, 100vh) scale(0.9146);
}
}
.snow:nth-child(62) {
opacity: 0.5655;
transform: translate(65.7073vw, -10px) scale(0.3739);
animation: fall-62 20s -10s linear infinite;
}
@keyframes fall-62 {
59.602% {
transform: translate(63.4934vw, 59.602vh) scale(0.3739);
}
to {
transform: translate(64.60035vw, 100vh) scale(0.3739);
}
}
.snow:nth-child(63) {
opacity: 0.1478;
transform: translate(52.6057vw, -10px) scale(0.8386);
animation: fall-63 22s -13s linear infinite;
}
@keyframes fall-63 {
59.722% {
transform: translate(55.6937vw, 59.722vh) scale(0.8386);
}
to {
transform: translate(54.1497vw, 100vh) scale(0.8386);
}
}
.snow:nth-child(64) {
opacity: 0.4631;
transform: translate(82.8712vw, -10px) scale(0.9285);
animation: fall-64 26s -22s linear infinite;
}
@keyframes fall-64 {
37.332% {
transform: translate(80.7075vw, 37.332vh) scale(0.9285);
}
to {
transform: translate(81.78935vw, 100vh) scale(0.9285);
}
}
.snow:nth-child(65) {
opacity: 0.818;
transform: translate(71.073vw, -10px) scale(0.9829);
animation: fall-65 28s -2s linear infinite;
}
@keyframes fall-65 {
38.789% {
transform: translate(72.098vw, 38.789vh) scale(0.9829);
}
to {
transform: translate(71.5855vw, 100vh) scale(0.9829);
}
}
.snow:nth-child(66) {
opacity: 0.7903;
transform: translate(84.0719vw, -10px) scale(0.5902);
animation: fall-66 27s -24s linear infinite;
}
@keyframes fall-66 {
60.627% {
transform: translate(91.454vw, 60.627vh) scale(0.5902);
}
to {
transform: translate(87.76295vw, 100vh) scale(0.5902);
}
}
.snow:nth-child(67) {
opacity: 0.5497;
transform: translate(46.2057vw, -10px) scale(0.3898);
animation: fall-67 21s -16s linear infinite;
}
@keyframes fall-67 {
62.783% {
transform: translate(37.9514vw, 62.783vh) scale(0.3898);
}
to {
transform: translate(42.07855vw, 100vh) scale(0.3898);
}
}
.snow:nth-child(68) {
opacity: 0.7039;
transform: translate(2.0863vw, -10px) scale(0.3344);
animation: fall-68 29s -22s linear infinite;
}
@keyframes fall-68 {
45.872% {
transform: translate(5.8016vw, 45.872vh) scale(0.3344);
}
to {
transform: translate(3.94395vw, 100vh) scale(0.3344);
}
}
.snow:nth-child(69) {
opacity: 0.4745;
transform: translate(56.5788vw, -10px) scale(0.9927);
animation: fall-69 30s -15s linear infinite;
}
@keyframes fall-69 {
64.505% {
transform: translate(50.4379vw, 64.505vh) scale(0.9927);
}
to {
transform: translate(53.50835vw, 100vh) scale(0.9927);
}
}
.snow:nth-child(70) {
opacity: 0.2371;
transform: translate(64.6922vw, -10px) scale(0.7564);
animation: fall-70 20s -3s linear infinite;
}
@keyframes fall-70 {
78.636% {
transform: translate(54.7035vw, 78.636vh) scale(0.7564);
}
to {
transform: translate(59.69785vw, 100vh) scale(0.7564);
}
}
.snow:nth-child(71) {
opacity: 0.3842;
transform: translate(77.752vw, -10px) scale(0.3158);
animation: fall-71 13s -30s linear infinite;
}
@keyframes fall-71 {
35.927% {
transform: translate(79.3837vw, 35.927vh) scale(0.3158);
}
to {
transform: translate(78.56785vw, 100vh) scale(0.3158);
}
}
.snow:nth-child(72) {
opacity: 0.3307;
transform: translate(67.1012vw, -10px) scale(0.1509);
animation: fall-72 12s -26s linear infinite;
}
@keyframes fall-72 {
67.801% {
transform: translate(64.1945vw, 67.801vh) scale(0.1509);
}
to {
transform: translate(65.64785vw, 100vh) scale(0.1509);
}
}
.snow:nth-child(73) {
opacity: 0.7381;
transform: translate(72.3624vw, -10px) scale(0.3437);
animation: fall-73 17s -17s linear infinite;
}
@keyframes fall-73 {
44.938% {
transform: translate(80.2449vw, 44.938vh) scale(0.3437);
}
to {
transform: translate(76.30365vw, 100vh) scale(0.3437);
}
}
.snow:nth-child(74) {
opacity: 0.4835;
transform: translate(46.0169vw, -10px) scale(0.5527);
animation: fall-74 21s -27s linear infinite;
}
@keyframes fall-74 {
59.465% {
transform: translate(53.3906vw, 59.465vh) scale(0.5527);
}
to {
transform: translate(49.70375vw, 100vh) scale(0.5527);
}
}
.snow:nth-child(75) {
opacity: 0.9925;
transform: translate(47.9549vw, -10px) scale(0.9983);
animation: fall-75 29s -27s linear infinite;
}
@keyframes fall-75 {
47.98% {
transform: translate(38.5361vw, 47.98vh) scale(0.9983);
}
to {
transform: translate(43.2455vw, 100vh) scale(0.9983);
}
}
.snow:nth-child(76) {
opacity: 0.9701;
transform: translate(96.1338vw, -10px) scale(0.1347);
animation: fall-76 14s -17s linear infinite;
}
@keyframes fall-76 {
68.565% {
transform: translate(92.4454vw, 68.565vh) scale(0.1347);
}
to {
transform: translate(94.2896vw, 100vh) scale(0.1347);
}
}
.snow:nth-child(77) {
opacity: 0.2225;
transform: translate(59.7521vw, -10px) scale(0.6877);
animation: fall-77 10s -30s linear infinite;
}
@keyframes fall-77 {
62.65% {
transform: translate(58.2615vw, 62.65vh) scale(0.6877);
}
to {
transform: translate(59.0068vw, 100vh) scale(0.6877);
}
}
.snow:nth-child(78) {
opacity: 0.6303;
transform: translate(38.2378vw, -10px) scale(0.8118);
animation: fall-78 15s -23s linear infinite;
}
@keyframes fall-78 {
43.435% {
transform: translate(39.8649vw, 43.435vh) scale(0.8118);
}
to {
transform: translate(39.05135vw, 100vh) scale(0.8118);
}
}
.snow:nth-child(79) {
opacity: 0.0222;
transform: translate(20.8282vw, -10px) scale(0.7343);
animation: fall-79 30s -7s linear infinite;
}
@keyframes fall-79 {
38.034% {
transform: translate(18.6956vw, 38.034vh) scale(0.7343);
}
to {
transform: translate(19.7619vw, 100vh) scale(0.7343);
}
}
.snow:nth-child(80) {
opacity: 0.6064;
transform: translate(30.4633vw, -10px) scale(0.3907);
animation: fall-80 24s -27s linear infinite;
}
@keyframes fall-80 {
73.47% {
transform: translate(35.1161vw, 73.47vh) scale(0.3907);
}
to {
transform: translate(32.7897vw, 100vh) scale(0.3907);
}
}
.snow:nth-child(81) {
opacity: 0.1357;
transform: translate(25.4365vw, -10px) scale(0.7994);
animation: fall-81 19s -12s linear infinite;
}
@keyframes fall-81 {
34.98% {
transform: translate(21.0298vw, 34.98vh) scale(0.7994);
}
to {
transform: translate(23.23315vw, 100vh) scale(0.7994);
}
}
.snow:nth-child(82) {
opacity: 0.7096;
transform: translate(97.5121vw, -10px) scale(0.2966);
animation: fall-82 15s -17s linear infinite;
}
@keyframes fall-82 {
69.736% {
transform: translate(101.48vw, 69.736vh) scale(0.2966);
}
to {
transform: translate(99.49605vw, 100vh) scale(0.2966);
}
}
.snow:nth-child(83) {
opacity: 0.5435;
transform: translate(32.4962vw, -10px) scale(0.8131);
animation: fall-83 10s -18s linear infinite;
}
@keyframes fall-83 {
71.225% {
transform: translate(24.9704vw, 71.225vh) scale(0.8131);
}
to {
transform: translate(28.7333vw, 100vh) scale(0.8131);
}
}
.snow:nth-child(84) {
opacity: 0.6503;
transform: translate(37.5185vw, -10px) scale(0.1314);
animation: fall-84 16s -3s linear infinite;
}
@keyframes fall-84 {
74.312% {
transform: translate(27.985vw, 74.312vh) scale(0.1314);
}
to {
transform: translate(32.75175vw, 100vh) scale(0.1314);
}
}
.snow:nth-child(85) {
opacity: 0.0034;
transform: translate(76.2128vw, -10px) scale(0.2675);
animation: fall-85 25s -30s linear infinite;
}
@keyframes fall-85 {
66.427% {
transform: translate(74.1195vw, 66.427vh) scale(0.2675);
}
to {
transform: translate(75.16615vw, 100vh) scale(0.2675);
}
}
.snow:nth-child(86) {
opacity: 0.3703;
transform: translate(50.7534vw, -10px) scale(0.6928);
animation: fall-86 28s -10s linear infinite;
}
@keyframes fall-86 {
63.937% {
transform: translate(42.6551vw, 63.937vh) scale(0.6928);
}
to {
transform: translate(46.70425vw, 100vh) scale(0.6928);
}
}
.snow:nth-child(87) {
opacity: 0.1469;
transform: translate(66.9534vw, -10px) scale(0.5861);
animation: fall-87 22s -20s linear infinite;
}
@keyframes fall-87 {
47.699% {
transform: translate(67.7238vw, 47.699vh) scale(0.5861);
}
to {
transform: translate(67.3386vw, 100vh) scale(0.5861);
}
}
.snow:nth-child(88) {
opacity: 0.0097;
transform: translate(92.5566vw, -10px) scale(0.4724);
animation: fall-88 10s -12s linear infinite;
}
@keyframes fall-88 {
52.052% {
transform: translate(90.6652vw, 52.052vh) scale(0.4724);
}
to {
transform: translate(91.6109vw, 100vh) scale(0.4724);
}
}
.snow:nth-child(89) {
opacity: 0.1775;
transform: translate(64.5038vw, -10px) scale(0.7504);
animation: fall-89 23s -6s linear infinite;
}
@keyframes fall-89 {
42.263% {
transform: translate(56.2659vw, 42.263vh) scale(0.7504);
}
to {
transform: translate(60.38485vw, 100vh) scale(0.7504);
}
}
.snow:nth-child(90) {
opacity: 0.8049;
transform: translate(17.9471vw, -10px) scale(0.8359);
animation: fall-90 25s -18s linear infinite;
}
@keyframes fall-90 {
38.329% {
transform: translate(24.299vw, 38.329vh) scale(0.8359);
}
to {
transform: translate(21.12305vw, 100vh) scale(0.8359);
}
}
.snow:nth-child(91) {
opacity: 0.7125;
transform: translate(64.4901vw, -10px) scale(0.8896);
animation: fall-91 25s -11s linear infinite;
}
@keyframes fall-91 {
52.694% {
transform: translate(60.2972vw, 52.694vh) scale(0.8896);
}
to {
transform: translate(62.39365vw, 100vh) scale(0.8896);
}
}
.snow:nth-child(92) {
opacity: 0.2244;
transform: translate(74.3523vw, -10px) scale(0.7837);
animation: fall-92 23s -19s linear infinite;
}
@keyframes fall-92 {
79.559% {
transform: translate(69.5202vw, 79.559vh) scale(0.7837);
}
to {
transform: translate(71.93625vw, 100vh) scale(0.7837);
}
}
.snow:nth-child(93) {
opacity: 0.4125;
transform: translate(90.1443vw, -10px) scale(0.054);
animation: fall-93 27s -28s linear infinite;
}
@keyframes fall-93 {
53.793% {
transform: translate(93.0895vw, 53.793vh) scale(0.054);
}
to {
transform: translate(91.6169vw, 100vh) scale(0.054);
}
}
.snow:nth-child(94) {
opacity: 0.44;
transform: translate(56.7991vw, -10px) scale(0.6443);
animation: fall-94 16s -22s linear infinite;
}
@keyframes fall-94 {
30.397% {
transform: translate(48.5423vw, 30.397vh) scale(0.6443);
}
to {
transform: translate(52.6707vw, 100vh) scale(0.6443);
}
}
.snow:nth-child(95) {
opacity: 0.1565;
transform: translate(54.2071vw, -10px) scale(0.1246);
animation: fall-95 30s -7s linear infinite;
}
@keyframes fall-95 {
70.387% {
transform: translate(45.7796vw, 70.387vh) scale(0.1246);
}
to {
transform: translate(49.99335vw, 100vh) scale(0.1246);
}
}
.snow:nth-child(96) {
opacity: 0.7057;
transform: translate(83.0601vw, -10px) scale(0.4386);
animation: fall-96 12s -8s linear infinite;
}
@keyframes fall-96 {
46.002% {
transform: translate(89.6915vw, 46.002vh) scale(0.4386);
}
to {
transform: translate(86.3758vw, 100vh) scale(0.4386);
}
}
.snow:nth-child(97) {
opacity: 0.4514;
transform: translate(68.1524vw, -10px) scale(0.3687);
animation: fall-97 14s -30s linear infinite;
}
@keyframes fall-97 {
67.066% {
transform: translate(68.9303vw, 67.066vh) scale(0.3687);
}
to {
transform: translate(68.54135vw, 100vh) scale(0.3687);
}
}
.snow:nth-child(98) {
opacity: 0.4588;
transform: translate(97.3027vw, -10px) scale(0.849);
animation: fall-98 28s -19s linear infinite;
}
@keyframes fall-98 {
63.67% {
transform: translate(92.3857vw, 63.67vh) scale(0.849);
}
to {
transform: translate(94.8442vw, 100vh) scale(0.849);
}
}
.snow:nth-child(99) {
opacity: 0.0571;
transform: translate(5.3798vw, -10px) scale(0.0185);
animation: fall-99 26s -14s linear infinite;
}
@keyframes fall-99 {
35.248% {
transform: translate(11.3546vw, 35.248vh) scale(0.0185);
}
to {
transform: translate(8.3672vw, 100vh) scale(0.0185);
}
}
.snow:nth-child(100) {
opacity: 0.7454;
transform: translate(73.4586vw, -10px) scale(0.4893);
animation: fall-100 17s -2s linear infinite;
}
@keyframes fall-100 {
39.894% {
transform: translate(80.5917vw, 39.894vh) scale(0.4893);
}
to {
transform: translate(77.02515vw, 100vh) scale(0.4893);
}
}
.snow:nth-child(101) {
opacity: 0.2749;
transform: translate(4.0951vw, -10px) scale(0.5117);
animation: fall-101 16s -19s linear infinite;
}
@keyframes fall-101 {
45.367% {
transform: translate(6.4772vw, 45.367vh) scale(0.5117);
}
to {
transform: translate(5.28615vw, 100vh) scale(0.5117);
}
}
.snow:nth-child(102) {
opacity: 0.111;
transform: translate(52.2882vw, -10px) scale(0.7006);
animation: fall-102 17s -13s linear infinite;
}
@keyframes fall-102 {
76.355% {
transform: translate(51.2834vw, 76.355vh) scale(0.7006);
}
to {
transform: translate(51.7858vw, 100vh) scale(0.7006);
}
}
.snow:nth-child(103) {
opacity: 0.4057;
transform: translate(43.1567vw, -10px) scale(0.053);
animation: fall-103 18s -20s linear infinite;
}
@keyframes fall-103 {
69.078% {
transform: translate(47.3357vw, 69.078vh) scale(0.053);
}
to {
transform: translate(45.2462vw, 100vh) scale(0.053);
}
}
.snow:nth-child(104) {
opacity: 0.4469;
transform: translate(43.3828vw, -10px) scale(0.7535);
animation: fall-104 24s -9s linear infinite;
}
@keyframes fall-104 {
55.946% {
transform: translate(46.869vw, 55.946vh) scale(0.7535);
}
to {
transform: translate(45.1259vw, 100vh) scale(0.7535);
}
}
.snow:nth-child(105) {
opacity: 0.64;
transform: translate(5.1981vw, -10px) scale(0.2464);
animation: fall-105 30s -27s linear infinite;
}
@keyframes fall-105 {
52.353% {
transform: translate(-1.6442vw, 52.353vh) scale(0.2464);
}
to {
transform: translate(1.77695vw, 100vh) scale(0.2464);
}
}
.snow:nth-child(106) {
opacity: 0.9372;
transform: translate(51.4574vw, -10px) scale(0.48);
animation: fall-106 10s -8s linear infinite;
}
@keyframes fall-106 {
75.656% {
transform: translate(56.7144vw, 75.656vh) scale(0.48);
}
to {
transform: translate(54.0859vw, 100vh) scale(0.48);
}
}
.snow:nth-child(107) {
opacity: 0.7901;
transform: translate(7.4483vw, -10px) scale(0.8829);
animation: fall-107 21s -1s linear infinite;
}
@keyframes fall-107 {
39.214% {
transform: translate(13.1035vw, 39.214vh) scale(0.8829);
}
to {
transform: translate(10.2759vw, 100vh) scale(0.8829);
}
}
.snow:nth-child(108) {
opacity: 0.6343;
transform: translate(20.1475vw, -10px) scale(0.6932);
animation: fall-108 10s -22s linear infinite;
}
@keyframes fall-108 {
36.986% {
transform: translate(22.0273vw, 36.986vh) scale(0.6932);
}
to {
transform: translate(21.0874vw, 100vh) scale(0.6932);
}
}
.snow:nth-child(109) {
opacity: 0.0521;
transform: translate(85.2584vw, -10px) scale(0.2618);
animation: fall-109 25s -22s linear infinite;
}
@keyframes fall-109 {
38.472% {
transform: translate(81.5991vw, 38.472vh) scale(0.2618);
}
to {
transform: translate(83.42875vw, 100vh) scale(0.2618);
}
}
.snow:nth-child(110) {
opacity: 0.4763;
transform: translate(38.3432vw, -10px) scale(0.3192);
animation: fall-110 11s -25s linear infinite;
}
@keyframes fall-110 {
49.472% {
transform: translate(35.8914vw, 49.472vh) scale(0.3192);
}
to {
transform: translate(37.1173vw, 100vh) scale(0.3192);
}
}
.snow:nth-child(111) {
opacity: 0.5707;
transform: translate(80.3667vw, -10px) scale(0.5643);
animation: fall-111 29s -27s linear infinite;
}
@keyframes fall-111 {
76.947% {
transform: translate(89.7vw, 76.947vh) scale(0.5643);
}
to {
transform: translate(85.03335vw, 100vh) scale(0.5643);
}
}
.snow:nth-child(112) {
opacity: 0.6134;
transform: translate(84.4098vw, -10px) scale(0.4131);
animation: fall-112 11s -13s linear infinite;
}
@keyframes fall-112 {
40.164% {
transform: translate(74.6587vw, 40.164vh) scale(0.4131);
}
to {
transform: translate(79.53425vw, 100vh) scale(0.4131);
}
}
.snow:nth-child(113) {
opacity: 0.6637;
transform: translate(5.3534vw, -10px) scale(0.699);
animation: fall-113 18s -14s linear infinite;
}
@keyframes fall-113 {
69.012% {
transform: translate(-0.6253vw, 69.012vh) scale(0.699);
}
to {
transform: translate(2.36405vw, 100vh) scale(0.699);
}
}
.snow:nth-child(114) {
opacity: 0.539;
transform: translate(61.4761vw, -10px) scale(0.8914);
animation: fall-114 26s -14s linear infinite;
}
@keyframes fall-114 {
42.179% {
transform: translate(51.5728vw, 42.179vh) scale(0.8914);
}
to {
transform: translate(56.52445vw, 100vh) scale(0.8914);
}
}
.snow:nth-child(115) {
opacity: 0.1058;
transform: translate(44.5377vw, -10px) scale(0.2155);
animation: fall-115 12s -15s linear infinite;
}
@keyframes fall-115 {
48.482% {
transform: translate(46.9795vw, 48.482vh) scale(0.2155);
}
to {
transform: translate(45.7586vw, 100vh) scale(0.2155);
}
}
.snow:nth-child(116) {
opacity: 0.5072;
transform: translate(73.2174vw, -10px) scale(0.8763);
animation: fall-116 26s -30s linear infinite;
}
@keyframes fall-116 {
35.685% {
transform: translate(74.1905vw, 35.685vh) scale(0.8763);
}
to {
transform: translate(73.70395vw, 100vh) scale(0.8763);
}
}
.snow:nth-child(117) {
opacity: 0.6135;
transform: translate(30.894vw, -10px) scale(0.541);
animation: fall-117 24s -19s linear infinite;
}
@keyframes fall-117 {
34.576% {
transform: translate(24.4892vw, 34.576vh) scale(0.541);
}
to {
transform: translate(27.6916vw, 100vh) scale(0.541);
}
}
.snow:nth-child(118) {
opacity: 0.7227;
transform: translate(78.4081vw, -10px) scale(0.8123);
animation: fall-118 26s -12s linear infinite;
}
@keyframes fall-118 {
45.128% {
transform: translate(70.9581vw, 45.128vh) scale(0.8123);
}
to {
transform: translate(74.6831vw, 100vh) scale(0.8123);
}
}
.snow:nth-child(119) {
opacity: 0.5324;
transform: translate(6.6201vw, -10px) scale(0.1175);
animation: fall-119 21s -29s linear infinite;
}
@keyframes fall-119 {
46.234% {
transform: translate(10.3044vw, 46.234vh) scale(0.1175);
}
to {
transform: translate(8.46225vw, 100vh) scale(0.1175);
}
}
.snow:nth-child(120) {
opacity: 0.0613;
transform: translate(58.5946vw, -10px) scale(0.719);
animation: fall-120 16s -23s linear infinite;
}
@keyframes fall-120 {
38.115% {
transform: translate(58.2996vw, 38.115vh) scale(0.719);
}
to {
transform: translate(58.4471vw, 100vh) scale(0.719);
}
}
.snow:nth-child(121) {
opacity: 0.4001;
transform: translate(66.8643vw, -10px) scale(0.8148);
animation: fall-121 27s -17s linear infinite;
}
@keyframes fall-121 {
62.692% {
transform: translate(73.4348vw, 62.692vh) scale(0.8148);
}
to {
transform: translate(70.14955vw, 100vh) scale(0.8148);
}
}
.snow:nth-child(122) {
opacity: 0.7875;
transform: translate(83.836vw, -10px) scale(0.6087);
animation: fall-122 20s -15s linear infinite;
}
@keyframes fall-122 {
44.512% {
transform: translate(78.2118vw, 44.512vh) scale(0.6087);
}
to {
transform: translate(81.0239vw, 100vh) scale(0.6087);
}
}
.snow:nth-child(123) {
opacity: 0.2589;
transform: translate(18.0124vw, -10px) scale(0.2319);
animation: fall-123 18s -24s linear infinite;
}
@keyframes fall-123 {
52.93% {
transform: translate(21.179vw, 52.93vh) scale(0.2319);
}
to {
transform: translate(19.5957vw, 100vh) scale(0.2319);
}
}
.snow:nth-child(124) {
opacity: 0.2958;
transform: translate(81.2077vw, -10px) scale(0.3114);
animation: fall-124 11s -18s linear infinite;
}
@keyframes fall-124 {
47.393% {
transform: translate(82.3848vw, 47.393vh) scale(0.3114);
}
to {
transform: translate(81.79625vw, 100vh) scale(0.3114);
}
}
.snow:nth-child(125) {
opacity: 0.5205;
transform: translate(43.4056vw, -10px) scale(0.9894);
animation: fall-125 29s -22s linear infinite;
}
@keyframes fall-125 {
54.343% {
transform: translate(50.2119vw, 54.343vh) scale(0.9894);
}
to {
transform: translate(46.80875vw, 100vh) scale(0.9894);
}
}
.snow:nth-child(126) {
opacity: 0.2277;
transform: translate(30.6762vw, -10px) scale(0.251);
animation: fall-126 15s -10s linear infinite;
}
@keyframes fall-126 {
62.11% {
transform: translate(32.6531vw, 62.11vh) scale(0.251);
}
to {
transform: translate(31.66465vw, 100vh) scale(0.251);
}
}
.snow:nth-child(127) {
opacity: 0.3104;
transform: translate(99.1906vw, -10px) scale(0.8216);
animation: fall-127 15s -4s linear infinite;
}
@keyframes fall-127 {
31.675% {
transform: translate(102.2134vw, 31.675vh) scale(0.8216);
}
to {
transform: translate(100.702vw, 100vh) scale(0.8216);
}
}
.snow:nth-child(128) {
opacity: 0.1243;
transform: translate(41.1505vw, -10px) scale(0.4373);
animation: fall-128 25s -22s linear infinite;
}
@keyframes fall-128 {
51.238% {
transform: translate(31.3151vw, 51.238vh) scale(0.4373);
}
to {
transform: translate(36.2328vw, 100vh) scale(0.4373);
}
}
.snow:nth-child(129) {
opacity: 0.4867;
transform: translate(95.1794vw, -10px) scale(0.7941);
animation: fall-129 25s -17s linear infinite;
}
@keyframes fall-129 {
74.379% {
transform: translate(92.8986vw, 74.379vh) scale(0.7941);
}
to {
transform: translate(94.039vw, 100vh) scale(0.7941);
}
}
.snow:nth-child(130) {
opacity: 0.722;
transform: translate(69.1969vw, -10px) scale(0.1143);
animation: fall-130 28s -9s linear infinite;
}
@keyframes fall-130 {
35.702% {
transform: translate(67.3122vw, 35.702vh) scale(0.1143);
}
to {
transform: translate(68.25455vw, 100vh) scale(0.1143);
}
}
.snow:nth-child(131) {
opacity: 0.0943;
transform: translate(51.1264vw, -10px) scale(0.1881);
animation: fall-131 19s -15s linear infinite;
}
@keyframes fall-131 {
37.784% {
transform: translate(58.3195vw, 37.784vh) scale(0.1881);
}
to {
transform: translate(54.72295vw, 100vh) scale(0.1881);
}
}
.snow:nth-child(132) {
opacity: 0.9416;
transform: translate(74.9299vw, -10px) scale(0.5022);
animation: fall-132 11s -7s linear infinite;
}
@keyframes fall-132 {
47.249% {
transform: translate(66.161vw, 47.249vh) scale(0.5022);
}
to {
transform: translate(70.54545vw, 100vh) scale(0.5022);
}
}
.snow:nth-child(133) {
opacity: 0.7425;
transform: translate(51.747vw, -10px) scale(0.4837);
animation: fall-133 17s -6s linear infinite;
}
@keyframes fall-133 {
49.452% {
transform: translate(46.0899vw, 49.452vh) scale(0.4837);
}
to {
transform: translate(48.91845vw, 100vh) scale(0.4837);
}
}
.snow:nth-child(134) {
opacity: 0.4446;
transform: translate(28.4739vw, -10px) scale(0.5797);
animation: fall-134 30s -20s linear infinite;
}
@keyframes fall-134 {
44.261% {
transform: translate(19.5622vw, 44.261vh) scale(0.5797);
}
to {
transform: translate(24.01805vw, 100vh) scale(0.5797);
}
}
.snow:nth-child(135) {
opacity: 0.1388;
transform: translate(10.9088vw, -10px) scale(0.6685);
animation: fall-135 25s -15s linear infinite;
}
@keyframes fall-135 {
52.47% {
transform: translate(12.353vw, 52.47vh) scale(0.6685);
}
to {
transform: translate(11.6309vw, 100vh) scale(0.6685);
}
}
.snow:nth-child(136) {
opacity: 0.841;
transform: translate(7.1431vw, -10px) scale(0.7535);
animation: fall-136 30s -13s linear infinite;
}
@keyframes fall-136 {
78.959% {
transform: translate(13.3231vw, 78.959vh) scale(0.7535);
}
to {
transform: translate(10.2331vw, 100vh) scale(0.7535);
}
}
.snow:nth-child(137) {
opacity: 0.0875;
transform: translate(82.7728vw, -10px) scale(0.5546);
animation: fall-137 17s -9s linear infinite;
}
@keyframes fall-137 {
38.461% {
transform: translate(83.1851vw, 38.461vh) scale(0.5546);
}
to {
transform: translate(82.97895vw, 100vh) scale(0.5546);
}
}
.snow:nth-child(138) {
opacity: 0.6161;
transform: translate(58.3007vw, -10px) scale(0.9092);
animation: fall-138 18s -13s linear infinite;
}
@keyframes fall-138 {
69.374% {
transform: translate(58.3883vw, 69.374vh) scale(0.9092);
}
to {
transform: translate(58.3445vw, 100vh) scale(0.9092);
}
}
.snow:nth-child(139) {
opacity: 0.9339;
transform: translate(47.7554vw, -10px) scale(0.7746);
animation: fall-139 27s -21s linear infinite;
}
@keyframes fall-139 {
53.948% {
transform: translate(39.0925vw, 53.948vh) scale(0.7746);
}
to {
transform: translate(43.42395vw, 100vh) scale(0.7746);
}
}
.snow:nth-child(140) {
opacity: 0.4762;
transform: translate(91.0852vw, -10px) scale(0.9302);
animation: fall-140 19s -25s linear infinite;
}
@keyframes fall-140 {
72.349% {
transform: translate(84.1961vw, 72.349vh) scale(0.9302);
}
to {
transform: translate(87.64065vw, 100vh) scale(0.9302);
}
}
.snow:nth-child(141) {
opacity: 0.9199;
transform: translate(79.8093vw, -10px) scale(0.6316);
animation: fall-141 26s -18s linear infinite;
}
@keyframes fall-141 {
74.106% {
transform: translate(79.124vw, 74.106vh) scale(0.6316);
}
to {
transform: translate(79.46665vw, 100vh) scale(0.6316);
}
}
.snow:nth-child(142) {
opacity: 0.664;
transform: translate(44.0203vw, -10px) scale(0.0791);
animation: fall-142 20s -7s linear infinite;
}
@keyframes fall-142 {
31.978% {
transform: translate(44.8095vw, 31.978vh) scale(0.0791);
}
to {
transform: translate(44.4149vw, 100vh) scale(0.0791);
}
}
.snow:nth-child(143) {
opacity: 0.5099;
transform: translate(47.6267vw, -10px) scale(0.2268);
animation: fall-143 15s -2s linear infinite;
}
@keyframes fall-143 {
67.364% {
transform: translate(57.0963vw, 67.364vh) scale(0.2268);
}
to {
transform: translate(52.3615vw, 100vh) scale(0.2268);
}
}
.snow:nth-child(144) {
opacity: 0.141;
transform: translate(96.3385vw, -10px) scale(0.4084);
animation: fall-144 21s -12s linear infinite;
}
@keyframes fall-144 {
58.16% {
transform: translate(101.2703vw, 58.16vh) scale(0.4084);
}
to {
transform: translate(98.8044vw, 100vh) scale(0.4084);
}
}
.snow:nth-child(145) {
opacity: 0.5577;
transform: translate(36.3135vw, -10px) scale(0.2902);
animation: fall-145 25s -27s linear infinite;
}
@keyframes fall-145 {
66.406% {
transform: translate(37.6237vw, 66.406vh) scale(0.2902);
}
to {
transform: translate(36.9686vw, 100vh) scale(0.2902);
}
}
.snow:nth-child(146) {
opacity: 0.4645;
transform: translate(5.5582vw, -10px) scale(0.4625);
animation: fall-146 12s -30s linear infinite;
}
@keyframes fall-146 {
59.176% {
transform: translate(-2.3582vw, 59.176vh) scale(0.4625);
}
to {
transform: translate(1.6vw, 100vh) scale(0.4625);
}
}
.snow:nth-child(147) {
opacity: 0.1794;
transform: translate(0.9122vw, -10px) scale(0.7878);
animation: fall-147 15s -24s linear infinite;
}
@keyframes fall-147 {
43.344% {
transform: translate(3.0749vw, 43.344vh) scale(0.7878);
}
to {
transform: translate(1.99355vw, 100vh) scale(0.7878);
}
}
.snow:nth-child(148) {
opacity: 0.952;
transform: translate(15.7931vw, -10px) scale(0.145);
animation: fall-148 21s -26s linear infinite;
}
@keyframes fall-148 {
50.917% {
transform: translate(10.1214vw, 50.917vh) scale(0.145);
}
to {
transform: translate(12.95725vw, 100vh) scale(0.145);
}
}
.snow:nth-child(149) {
opacity: 0.2561;
transform: translate(58.3379vw, -10px) scale(0.7158);
animation: fall-149 23s -28s linear infinite;
}
@keyframes fall-149 {
30.622% {
transform: translate(58.4849vw, 30.622vh) scale(0.7158);
}
to {
transform: translate(58.4114vw, 100vh) scale(0.7158);
}
}
.snow:nth-child(150) {
opacity: 0.6999;
transform: translate(74.5018vw, -10px) scale(0.3066);
animation: fall-150 21s -1s linear infinite;
}
@keyframes fall-150 {
77.41% {
transform: translate(82.9815vw, 77.41vh) scale(0.3066);
}
to {
transform: translate(78.74165vw, 100vh) scale(0.3066);
}
}
.snow:nth-child(151) {
opacity: 0.1809;
transform: translate(7.6445vw, -10px) scale(0.8221);
animation: fall-151 20s -24s linear infinite;
}
@keyframes fall-151 {
69.884% {
transform: translate(16.7368vw, 69.884vh) scale(0.8221);
}
to {
transform: translate(12.19065vw, 100vh) scale(0.8221);
}
}
.snow:nth-child(152) {
opacity: 0.4876;
transform: translate(15.8372vw, -10px) scale(0.7818);
animation: fall-152 27s -5s linear infinite;
}
@keyframes fall-152 {
50.163% {
transform: translate(20.3004vw, 50.163vh) scale(0.7818);
}
to {
transform: translate(18.0688vw, 100vh) scale(0.7818);
}
}
.snow:nth-child(153) {
opacity: 0.1061;
transform: translate(22.4787vw, -10px) scale(0.4248);
animation: fall-153 13s -7s linear infinite;
}
@keyframes fall-153 {
38.579% {
transform: translate(13.0154vw, 38.579vh) scale(0.4248);
}
to {
transform: translate(17.74705vw, 100vh) scale(0.4248);
}
}
.snow:nth-child(154) {
opacity: 0.5161;
transform: translate(19.8161vw, -10px) scale(0.6316);
animation: fall-154 17s -19s linear infinite;
}
@keyframes fall-154 {
69.015% {
transform: translate(15.8282vw, 69.015vh) scale(0.6316);
}
to {
transform: translate(17.82215vw, 100vh) scale(0.6316);
}
}
.snow:nth-child(155) {
opacity: 0.086;
transform: translate(91.5227vw, -10px) scale(0.3573);
animation: fall-155 19s -18s linear infinite;
}
@keyframes fall-155 {
31.627% {
transform: translate(96.4713vw, 31.627vh) scale(0.3573);
}
to {
transform: translate(93.997vw, 100vh) scale(0.3573);
}
}
.snow:nth-child(156) {
opacity: 0.367;
transform: translate(38.5197vw, -10px) scale(0.1991);
animation: fall-156 20s -18s linear infinite;
}
@keyframes fall-156 {
42.559% {
transform: translate(38.6423vw, 42.559vh) scale(0.1991);
}
to {
transform: translate(38.581vw, 100vh) scale(0.1991);
}
}
.snow:nth-child(157) {
opacity: 0.9956;
transform: translate(56.848vw, -10px) scale(0.5166);
animation: fall-157 16s -4s linear infinite;
}
@keyframes fall-157 {
56.891% {
transform: translate(55.1183vw, 56.891vh) scale(0.5166);
}
to {
transform: translate(55.98315vw, 100vh) scale(0.5166);
}
}
.snow:nth-child(158) {
opacity: 0.7164;
transform: translate(12.5662vw, -10px) scale(0.652);
animation: fall-158 26s -18s linear infinite;
}
@keyframes fall-158 {
75.051% {
transform: translate(8.3766vw, 75.051vh) scale(0.652);
}
to {
transform: translate(10.4714vw, 100vh) scale(0.652);
}
}
.snow:nth-child(159) {
opacity: 0.8656;
transform: translate(67.1541vw, -10px) scale(0.0788);
animation: fall-159 29s -13s linear infinite;
}
@keyframes fall-159 {
57.346% {
transform: translate(73.4156vw, 57.346vh) scale(0.0788);
}
to {
transform: translate(70.28485vw, 100vh) scale(0.0788);
}
}
.snow:nth-child(160) {
opacity: 0.9956;
transform: translate(91.182vw, -10px) scale(0.9001);
animation: fall-160 22s -7s linear infinite;
}
@keyframes fall-160 {
36.432% {
transform: translate(93.2098vw, 36.432vh) scale(0.9001);
}
to {
transform: translate(92.1959vw, 100vh) scale(0.9001);
}
}
.snow:nth-child(161) {
opacity: 0.1614;
transform: translate(69.4476vw, -10px) scale(0.7533);
animation: fall-161 13s -25s linear infinite;
}
@keyframes fall-161 {
60.917% {
transform: translate(61.8997vw, 60.917vh) scale(0.7533);
}
to {
transform: translate(65.67365vw, 100vh) scale(0.7533);
}
}
.snow:nth-child(162) {
opacity: 0.7633;
transform: translate(25.845vw, -10px) scale(0.5777);
animation: fall-162 24s -24s linear infinite;
}
@keyframes fall-162 {
39.108% {
transform: translate(16.2852vw, 39.108vh) scale(0.5777);
}
to {
transform: translate(21.0651vw, 100vh) scale(0.5777);
}
}
.snow:nth-child(163) {
opacity: 0.8239;
transform: translate(26.5385vw, -10px) scale(0.3518);
animation: fall-163 19s -12s linear infinite;
}
@keyframes fall-163 {
60.573% {
transform: translate(33.9793vw, 60.573vh) scale(0.3518);
}
to {
transform: translate(30.2589vw, 100vh) scale(0.3518);
}
}
.snow:nth-child(164) {
opacity: 0.1367;
transform: translate(48.4559vw, -10px) scale(0.9307);
animation: fall-164 15s -17s linear infinite;
}
@keyframes fall-164 {
72.261% {
transform: translate(52.8571vw, 72.261vh) scale(0.9307);
}
to {
transform: translate(50.6565vw, 100vh) scale(0.9307);
}
}
.snow:nth-child(165) {
opacity: 0.3286;
transform: translate(81.3442vw, -10px) scale(0.6522);
animation: fall-165 21s -16s linear infinite;
}
@keyframes fall-165 {
64.755% {
transform: translate(79.2192vw, 64.755vh) scale(0.6522);
}
to {
transform: translate(80.2817vw, 100vh) scale(0.6522);
}
}
.snow:nth-child(166) {
opacity: 0.1643;
transform: translate(13.7319vw, -10px) scale(0.3954);
animation: fall-166 16s -6s linear infinite;
}
@keyframes fall-166 {
72.046% {
transform: translate(9.0343vw, 72.046vh) scale(0.3954);
}
to {
transform: translate(11.3831vw, 100vh) scale(0.3954);
}
}
.snow:nth-child(167) {
opacity: 0.6044;
transform: translate(49.8589vw, -10px) scale(0.6971);
animation: fall-167 22s -26s linear infinite;
}
@keyframes fall-167 {
57.071% {
transform: translate(54.4445vw, 57.071vh) scale(0.6971);
}
to {
transform: translate(52.1517vw, 100vh) scale(0.6971);
}
}
.snow:nth-child(168) {
opacity: 0.652;
transform: translate(24.9007vw, -10px) scale(0.9891);
animation: fall-168 14s -12s linear infinite;
}
@keyframes fall-168 {
35.252% {
transform: translate(23.9601vw, 35.252vh) scale(0.9891);
}
to {
transform: translate(24.4304vw, 100vh) scale(0.9891);
}
}
.snow:nth-child(169) {
opacity: 0.5871;
transform: translate(47.072vw, -10px) scale(0.3635);
animation: fall-169 23s -26s linear infinite;
}
@keyframes fall-169 {
70.059% {
transform: translate(53.914vw, 70.059vh) scale(0.3635);
}
to {
transform: translate(50.493vw, 100vh) scale(0.3635);
}
}
.snow:nth-child(170) {
opacity: 0.8406;
transform: translate(53.743vw, -10px) scale(0.0706);
animation: fall-170 27s -24s linear infinite;
}
@keyframes fall-170 {
77.203% {
transform: translate(48.2357vw, 77.203vh) scale(0.0706);
}
to {
transform: translate(50.98935vw, 100vh) scale(0.0706);
}
}
.snow:nth-child(171) {
opacity: 0.6192;
transform: translate(2.2419vw, -10px) scale(0.1979);
animation: fall-171 29s -11s linear infinite;
}
@keyframes fall-171 {
79.976% {
transform: translate(1.9496vw, 79.976vh) scale(0.1979);
}
to {
transform: translate(2.09575vw, 100vh) scale(0.1979);
}
}
.snow:nth-child(172) {
opacity: 0.5808;
transform: translate(64.0632vw, -10px) scale(0.0578);
animation: fall-172 12s -5s linear infinite;
}
@keyframes fall-172 {
45.733% {
transform: translate(60.8954vw, 45.733vh) scale(0.0578);
}
to {
transform: translate(62.4793vw, 100vh) scale(0.0578);
}
}
.snow:nth-child(173) {
opacity: 0.3826;
transform: translate(82.3878vw, -10px) scale(0.7738);
animation: fall-173 10s -16s linear infinite;
}
@keyframes fall-173 {
43.891% {
transform: translate(90.1947vw, 43.891vh) scale(0.7738);
}
to {
transform: translate(86.29125vw, 100vh) scale(0.7738);
}
}
.snow:nth-child(174) {
opacity: 0.409;
transform: translate(62.1998vw, -10px) scale(0.5277);
animation: fall-174 10s -29s linear infinite;
}
@keyframes fall-174 {
49.253% {
transform: translate(54.9482vw, 49.253vh) scale(0.5277);
}
to {
transform: translate(58.574vw, 100vh) scale(0.5277);
}
}
.snow:nth-child(175) {
opacity: 0.2498;
transform: translate(21.0017vw, -10px) scale(0.3929);
animation: fall-175 10s -19s linear infinite;
}
@keyframes fall-175 {
67.389% {
transform: translate(26.5436vw, 67.389vh) scale(0.3929);
}
to {
transform: translate(23.77265vw, 100vh) scale(0.3929);
}
}
.snow:nth-child(176) {
opacity: 0.8326;
transform: translate(79.9901vw, -10px) scale(0.1286);
animation: fall-176 13s -23s linear infinite;
}
@keyframes fall-176 {
73.829% {
transform: translate(75.3206vw, 73.829vh) scale(0.1286);
}
to {
transform: translate(77.65535vw, 100vh) scale(0.1286);
}
}
.snow:nth-child(177) {
opacity: 0.2111;
transform: translate(0.2872vw, -10px) scale(0.2876);
animation: fall-177 15s -12s linear infinite;
}
@keyframes fall-177 {
66.802% {
transform: translate(0.3697vw, 66.802vh) scale(0.2876);
}
to {
transform: translate(0.32845vw, 100vh) scale(0.2876);
}
}
.snow:nth-child(178) {
opacity: 0.1894;
transform: translate(29.1952vw, -10px) scale(0.915);
animation: fall-178 12s -1s linear infinite;
}
@keyframes fall-178 {
70.171% {
transform: translate(27.5368vw, 70.171vh) scale(0.915);
}
to {
transform: translate(28.366vw, 100vh) scale(0.915);
}
}
.snow:nth-child(179) {
opacity: 0.4459;
transform: translate(38.0336vw, -10px) scale(0.1164);
animation: fall-179 29s -10s linear infinite;
}
@keyframes fall-179 {
79.858% {
transform: translate(30.2173vw, 79.858vh) scale(0.1164);
}
to {
transform: translate(34.12545vw, 100vh) scale(0.1164);
}
}
.snow:nth-child(180) {
opacity: 0.3953;
transform: translate(17.2351vw, -10px) scale(0.8725);
animation: fall-180 26s -4s linear infinite;
}
@keyframes fall-180 {
40.466% {
transform: translate(15.5182vw, 40.466vh) scale(0.8725);
}
to {
transform: translate(16.37665vw, 100vh) scale(0.8725);
}
}
.snow:nth-child(181) {
opacity: 0.6089;
transform: translate(92.5199vw, -10px) scale(0.5718);
animation: fall-181 13s -29s linear infinite;
}
@keyframes fall-181 {
79.207% {
transform: translate(91.8009vw, 79.207vh) scale(0.5718);
}
to {
transform: translate(92.1604vw, 100vh) scale(0.5718);
}
}
.snow:nth-child(182) {
opacity: 0.2893;
transform: translate(82.9188vw, -10px) scale(0.8111);
animation: fall-182 16s -19s linear infinite;
}
@keyframes fall-182 {
65.921% {
transform: translate(84.8755vw, 65.921vh) scale(0.8111);
}
to {
transform: translate(83.89715vw, 100vh) scale(0.8111);
}
}
.snow:nth-child(183) {
opacity: 0.1131;
transform: translate(19.6476vw, -10px) scale(0.8406);
animation: fall-183 16s -9s linear infinite;
}
@keyframes fall-183 {
34.342% {
transform: translate(26.579vw, 34.342vh) scale(0.8406);
}
to {
transform: translate(23.1133vw, 100vh) scale(0.8406);
}
}
.snow:nth-child(184) {
opacity: 0.024;
transform: translate(87.1193vw, -10px) scale(0.8051);
animation: fall-184 11s -13s linear infinite;
}
@keyframes fall-184 {
41.274% {
transform: translate(93.9867vw, 41.274vh) scale(0.8051);
}
to {
transform: translate(90.553vw, 100vh) scale(0.8051);
}
}
.snow:nth-child(185) {
opacity: 0.2891;
transform: translate(69.1821vw, -10px) scale(0.4452);
animation: fall-185 25s -6s linear infinite;
}
@keyframes fall-185 {
36.623% {
transform: translate(71.5032vw, 36.623vh) scale(0.4452);
}
to {
transform: translate(70.34265vw, 100vh) scale(0.4452);
}
}
.snow:nth-child(186) {
opacity: 0.1244;
transform: translate(68.7827vw, -10px) scale(0.5607);
animation: fall-186 14s -18s linear infinite;
}
@keyframes fall-186 {
32.359% {
transform: translate(78.2681vw, 32.359vh) scale(0.5607);
}
to {
transform: translate(73.5254vw, 100vh) scale(0.5607);
}
}
.snow:nth-child(187) {
opacity: 0.8225;
transform: translate(29.6395vw, -10px) scale(0.7027);
animation: fall-187 24s -15s linear infinite;
}
@keyframes fall-187 {
33.704% {
transform: translate(29.2328vw, 33.704vh) scale(0.7027);
}
to {
transform: translate(29.43615vw, 100vh) scale(0.7027);
}
}
.snow:nth-child(188) {
opacity: 0.9585;
transform: translate(13.0981vw, -10px) scale(0.2841);
animation: fall-188 12s -26s linear infinite;
}
@keyframes fall-188 {
43.602% {
transform: translate(11.5487vw, 43.602vh) scale(0.2841);
}
to {
transform: translate(12.3234vw, 100vh) scale(0.2841);
}
}
.snow:nth-child(189) {
opacity: 0.1845;
transform: translate(12.6163vw, -10px) scale(0.2614);
animation: fall-189 25s -13s linear infinite;
}
@keyframes fall-189 {
44.729% {
transform: translate(9.2246vw, 44.729vh) scale(0.2614);
}
to {
transform: translate(10.92045vw, 100vh) scale(0.2614);
}
}
.snow:nth-child(190) {
opacity: 0.3568;
transform: translate(69.4132vw, -10px) scale(0.71);
animation: fall-190 24s -8s linear infinite;
}
@keyframes fall-190 {
41.444% {
transform: translate(72.9415vw, 41.444vh) scale(0.71);
}
to {
transform: translate(71.17735vw, 100vh) scale(0.71);
}
}
.snow:nth-child(191) {
opacity: 0.2969;
transform: translate(83.6363vw, -10px) scale(0.4622);
animation: fall-191 12s -30s linear infinite;
}
@keyframes fall-191 {
46.672% {
transform: translate(74.6883vw, 46.672vh) scale(0.4622);
}
to {
transform: translate(79.1623vw, 100vh) scale(0.4622);
}
}
.snow:nth-child(192) {
opacity: 0.0333;
transform: translate(63.3816vw, -10px) scale(0.0445);
animation: fall-192 10s -3s linear infinite;
}
@keyframes fall-192 {
54.385% {
transform: translate(56.7796vw, 54.385vh) scale(0.0445);
}
to {
transform: translate(60.0806vw, 100vh) scale(0.0445);
}
}
.snow:nth-child(193) {
opacity: 0.574;
transform: translate(5.8615vw, -10px) scale(0.8566);
animation: fall-193 10s -22s linear infinite;
}
@keyframes fall-193 {
60.741% {
transform: translate(6.5866vw, 60.741vh) scale(0.8566);
}
to {
transform: translate(6.22405vw, 100vh) scale(0.8566);
}
}
.snow:nth-child(194) {
opacity: 0.5751;
transform: translate(34.0633vw, -10px) scale(0.3814);
animation: fall-194 29s -16s linear infinite;
}
@keyframes fall-194 {
45.474% {
transform: translate(35.2419vw, 45.474vh) scale(0.3814);
}
to {
transform: translate(34.6526vw, 100vh) scale(0.3814);
}
}
.snow:nth-child(195) {
opacity: 0.242;
transform: translate(6.1278vw, -10px) scale(0.0667);
animation: fall-195 26s -29s linear infinite;
}
@keyframes fall-195 {
36.991% {
transform: translate(12.2054vw, 36.991vh) scale(0.0667);
}
to {
transform: translate(9.1666vw, 100vh) scale(0.0667);
}
}
.snow:nth-child(196) {
opacity: 0.21;
transform: translate(90.7797vw, -10px) scale(0.8575);
animation: fall-196 18s -8s linear infinite;
}
@keyframes fall-196 {
40.495% {
transform: translate(88.3697vw, 40.495vh) scale(0.8575);
}
to {
transform: translate(89.5747vw, 100vh) scale(0.8575);
}
}
.snow:nth-child(197) {
opacity: 0.1703;
transform: translate(66.9469vw, -10px) scale(0.161);
animation: fall-197 23s -2s linear infinite;
}
@keyframes fall-197 {
56.949% {
transform: translate(60.4403vw, 56.949vh) scale(0.161);
}
to {
transform: translate(63.6936vw, 100vh) scale(0.161);
}
}
.snow:nth-child(198) {
opacity: 0.5831;
transform: translate(86.2982vw, -10px) scale(0.7006);
animation: fall-198 25s -22s linear infinite;
}
@keyframes fall-198 {
67.69% {
transform: translate(94.9502vw, 67.69vh) scale(0.7006);
}
to {
transform: translate(90.6242vw, 100vh) scale(0.7006);
}
}
.snow:nth-child(199) {
opacity: 0.4273;
transform: translate(91.2376vw, -10px) scale(0.9446);
animation: fall-199 20s -14s linear infinite;
}
@keyframes fall-199 {
31.313% {
transform: translate(89.1062vw, 31.313vh) scale(0.9446);
}
to {
transform: translate(90.1719vw, 100vh) scale(0.9446);
}
}
.snow:nth-child(200) {
opacity: 0.4034;
transform: translate(92.3569vw, -10px) scale(0.1842);
animation: fall-200 10s -3s linear infinite;
}
@keyframes fall-200 {
46.241% {
transform: translate(87.8634vw, 46.241vh) scale(0.1842);
}
to {
transform: translate(90.11015vw, 100vh) scale(0.1842);
}
}
Also see: Tab Triggers