Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:FlashEmbed/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
/* Flash Embed Styling */
.flash-background {
.flash-container {
  background-image: url('https://gamebrew.org/images/5/52/Gb-logo-v3.png');
    display: flex;
  background-repeat: no-repeat;
    justify-content: center;
  background-size: cover;
    align-items: center;
  background-position: center center;
    padding: 15px;
    background-color: #f9f9f9; /* Light gray background for better contrast */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
    max-width: 90%;
}
 
.flash-container object {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
 
.flash-container object:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
}

Revision as of 01:21, 26 April 2025

.flash-background {
  background-image: url('https://gamebrew.org/images/5/52/Gb-logo-v3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

Advertising: