-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
loading
+
+ p::after {
+ content: "";
+ background: radial-gradient(circle, #fff, #000 50%);
+ background-size: 25% 25%;
+ position: absolute;
+ top: -100%;
+ left: -100%;
+ right: 0;
+ bottom: 0;
+ mix-blend-mode: color-dodge;
+ animation: mix 2s linear infinite;
+ }
+
+ @keyframes mix {
+ to {
+ transform: translate(50%, 50%);
+ }
+ }
+
+
-
-
-
-
-
+