|
|
| 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);
| |
| } | | } |
.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;
}