Matemática, perguntado por XARILAL, 3 meses atrás

se tenho um documento CSS como posso faze-lo para deixar meu documento HTML em colorido?

Soluções para a tarefa

Respondido por COOLGUYRBLOXIANGAMER
2

Resposta:

{

 "particles": {

   "number": {

     "value": 380,

     "density": {

       "enable": true,

       "value_area": 380

     }

   },

   "color": {

     "value": "#008000"

   },

   "shape": {

     "type": "circle",

     "stroke": {

       "width": 0,

       "color": "#008000"

     },

     "polygon": {

       "nb_sides": 5

     },

     "image": {

       "src": "img/github.svg",

       "width": 100,

       "height": 100

     }

   },

   "opacity": {

     "value": 0.5,

     "random": false,

     "anim": {

       "enable": false,

       "speed": 1,

       "opacity_min": 0.1,

       "sync": false

     }

   },

   "size": {

     "value": 1,

     "random": true,

     "anim": {

       "enable": false,

       "speed": 40,

       "size_min": 0.1,

       "sync": false

     }

   },

   "line_linked": {

     "enable": true,

     "distance": 150,

     "color": "#008000",

     "opacity": 0.7,

     "width": 1

   },

   "move": {

     "enable": true,

     "speed": 3,

     "direction": "right",

     "random": false,

     "straight": false,

     "out_mode": "out",

     "bounce": false,

     "attract": {

       "enable": false,

       "rotateX": 600,

       "rotateY": 1200

     }

   }

 },

 "interactivity": {

   "detect_on": "canvas",

   "events": {

     "onhover": {

       "enable": false,

       "mode": "grab"

     },

     "onclick": {

       "enable": false,

       "mode": "push"

     },

     "resize": true

   },

   "modes": {

     "grab": {

       "distance": 140,

       "line_linked": {

         "opacity": 1

       }

     },

     "bubble": {

       "distance": 400,

       "size": 4,

       "duration": 2,

       "opacity": 8,

       "speed": 80

     },

     "repulse": {

       "distance": 200,

       "duration": 0.4

     },

     "push": {

       "particles_nb": 4

     },

     "remove": {

       "particles_nb": 2

     }

   }

 },

 "retina_detect": true

}

Explicação passo a passo:


XARILAL: isso é java script né?
XARILAL: json?
XARILAL: e vc errou ksks
XARILAL: isso seria
XARILAL: @keyframes neon{
0%{
border-color:green;
filter:hue-rotate(0deg);
}
50%{
border-color:blue;
}
90%{
border-color:yellow;
}
100%{
border-color:purple;
filter:hue-rotate(360deg);
}
}
COOLGUYRBLOXIANGAMER: ae kk, CSS né?
XARILAL: s a minha resposta está certa
XARILAL: mas obgd igual
Respondido por branleekarsyn
0

Resposta:

oi

Explicação passo a passo:

oi

Perguntas interessantes