Add: Electric container style
This commit is contained in:
parent
11cc94d59c
commit
4308688c80
1 changed files with 30 additions and 0 deletions
|
@ -130,6 +130,36 @@
|
|||
--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 {
|
||||
max-width: auto;
|
||||
margin: 32px auto;
|
||||
|
|
Loading…
Reference in a new issue