common.css
css
/* Common styles shared across SkyDeck pages */
.deck-card {
  aspect-ratio: 16/9;
  transition: all 0.3s ease;
}
.deck-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
72f0edf

Add rich text formatting and block styling to editor

Connor McCutcheon
@connor
0 stars

Pitch decks to help promote Skyscape Apps

Sign in to comment Sign In