Add: Electric container style

This commit is contained in:
Aroy-Art 2024-05-15 10:10:56 +02:00
parent 11cc94d59c
commit 4308688c80
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -130,6 +130,36 @@
--bs-form-invalid-border-color: #dc3545; --bs-form-invalid-border-color: #dc3545;
} */ } */
/*=================================================================
Electric container style
=================================================================*/
.e-container-border{
padding: 4px;
margin: 0;
height: 100%;
width: 100%;
background-color:#222222;
background: linear-gradient(180deg, #4b8fca, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
box-shadow: 0px 2px 10px 0px #221133;
transition-timing-function: ease-out;
transition-duration: 0.3s;
}
.e-container{
height: 100%;
width: 100%;
overflow: auto;
background-color: #222222;
text-align: justify;
}
.e-container-radius{
border-radius: 25px;
}
.gallery-container { .gallery-container {
max-width: auto; max-width: auto;
margin: 32px auto; margin: 32px auto;