floop
This commit is contained in:
parent
a4ea5aa7cc
commit
8f4a6c33c0
@ -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;
|
||||
|
@ -46,7 +46,7 @@ export default class Home extends Component {
|
||||
</div>
|
||||
|
||||
<div className="home__content__info">
|
||||
<Bubble top="10vh" left="10vw" h1="Join us at our" h2="GBMs 🤝">
|
||||
<Bubble top="10vh" left="30vw" h1="Join us at our" h2="GBMs 🤝">
|
||||
<span>
|
||||
Welcome to the Illinois Tech Robotics Club! We are a student-run
|
||||
organization that promotes the field of robotics through
|
||||
@ -57,7 +57,7 @@ export default class Home extends Component {
|
||||
</Bubble>
|
||||
<Bubble
|
||||
top="5vh"
|
||||
left="10vw"
|
||||
left="30vw"
|
||||
h1="Directions to the"
|
||||
h2="ITR Lab 🗺️"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user