A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: controllers/item.php

Line Number: 25

A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: controllers/item.php

Line Number: 1114

EffectHub.com: your best source for gaming
Recommendation
More Effects...
JS
1
 
 
CSS
1
html, body { 
2
  width: 100%;
3
  height: 100%; 
4
  margin: 0;
5
  background: #270F34; 
6
  overflow: hidden; 
7
  display: flex; 
8
  align-items: center; 
9
  justify-content: center
10
}
 
HTML
1
<style>
2
  css-doodle {
3
    --color: @p(#51eaea, #fffde1, #ff9d76, #FB3569);
4
    --rule: (
5
      :doodle {
6
        @grid: 30x1 / 18vmin;
7
        --deg: @p(-180deg, 180deg);
8
      }
9
      :container {
10
        perspective: 30vmin;
11
      }
12
      :after, :before {
13
        content: '';
14
        background: var(--color); 
15
        @place-cell: @r(100%) @r(100%);
16
        @size: @r(6px);
17
        @shape: heart;
18
      }
19
    
20
      @place-cell: center;
21
      @size: 100%;
22
    
23
      box-shadow: @m2(0 0 50px var(--color));
24
      background: @m100(
25
        radial-gradient(var(--color) 50%, transparent 0) 
26
        @r(-20%, 120%) @r(-20%, 100%) / 1px 1px
27
        no-repeat
28
      );
29
    
30
      will-change: transform, opacity;
31
      animation: scale-up 12s linear infinite;
32
      animation-delay: calc(-12s / @size() * @i());
33
 
34
      @keyframes scale-up {
35
        0%, 95.01%, 100% {
36
          transform: translateZ(0) rotate(0);
37
          opacity: 0;
38
        }
39
        10% { 
40
          opacity: 1; 
41
        }
42
        95% {
43
          transform: 
44
            translateZ(35vmin) rotateZ(@var(--deg));
45
        }
46
      }
 

Join Effecthub.com

Working with Global Gaming Artists and Developers!


Or Sign Up with Your Email Address:
This field must contain a valid email
Password should be at least 1 character