hero 0.0.3

🦸 A highly customizable hero sections templates for WASM frameworks like Yew, Dioxus, and Leptos.
Documentation
.login-button:hover {
  color: #7bcef2;
  transform: translateY(-1px);
}
.login-button:focus {
  color: #7bcef2;
}
.login-button.pressed {
  transform: translateY(1px);
}

@media (max-width: 1400px) {
  .login-button {
    left: 85%;
  }
}
@media (max-width: 768px) {
  .login-button {
    font-size: 18px;
    top: 20px;
    left: 80%;
  }
}