Please tell me in this code-- interesting, why do you draw a red line when you get rid of it?

.love {
            --particles: 3;
        }

        .love span {
            animation-delay: calc(20s / var(--particles) * var(--n) * -1);
        }

        .love span:nth-child(1) {
            --n: 1;
        }

        .love span:nth-child(2) {
            --n: 2;
        }

        .love span:nth-child(3) {
            --n: 3;
        }
Apr.21,2021

mdn uses the css variable


this is a css native variable, and the variable name must start with--, otherwise it will be incorrect.


css3 native definition variable

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b74c-2ba9f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b74c-2ba9f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?