@media (...) {
.selector {}
}
.selector {}
.selector {}
@media (...) {
.selector {}
}
titleAnim.ParticlesText.app.destroy(true, { children: true, texture: true, baseTexture: true })
document.querySelector("#content-canvas").append(titleAnim.ParticlesText.app.view);
, если есть, то просто вставить канвас в DOM и запустить pixi titleAnim.ParticlesText.app.start()
titleAnim.ParticlesText.app.stop()
new titleParticle()
.main {
- min-height: 100vh;
+ height: 100vh;
}
.pyramid__observer {
overflow: auto;
- width: 100%;
- max-height: 1200px;
+ display: flex;
}
.pyramid {
- display: flex;
- flex-direction: column;
- justify-content: center;
- flex-basis: 80%;
- min-height: 100%;
+ margin: 0 auto;
}
Откуда это задание? последние время здесь часто появляются вопросы с этим графиком.