floop
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
.home__content__panel {
|
||||
background-color: transparent;
|
||||
width: 100%;
|
||||
height: 90vh;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -50,29 +50,7 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.home__content__panel__button {
|
||||
position: absolute;
|
||||
color: white;
|
||||
text-align: center;
|
||||
font-size: 300%;
|
||||
animation: textSlide 1s ease, textBreathe 10s ease;
|
||||
animation-iteration-count: 1, infinite;
|
||||
opacity: 100%;
|
||||
filter: drop-shadow(0 0 0.75rem rgb(77, 77, 77));
|
||||
z-index: 1;
|
||||
margin-top: 70vh;
|
||||
border: none;
|
||||
transition: 0.3s;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.home__content__panel__button:hover {
|
||||
font-size: 370%;
|
||||
}
|
||||
|
||||
.home__content__info {
|
||||
min-height: 100vh;
|
||||
height: auto;
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
|
Reference in New Issue
Block a user