INFORMAÇÕES DO PRODUTO
Redragon Gaming Video
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
margin: 0;
padding: 0;
color: #fff;
font-family: 'Arial', sans-serif;
}
.video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
margin-bottom: 2rem;
border-radius: 20px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 20px;
box-shadow: 0 0 20px rgba(48, 187, 44, 0.5);
}
.image-container {
width: 100%;
margin: 0 auto;
border-radius: 20px;
}
.image-container img {
width: 100%;
height: auto;
display: block;
margin: 2rem auto;
border-radius: 12px;
box-shadow: 0 0 20px rgba(48, 187, 44, 0.5);
}
@keyframes glow {
0% { box-shadow: 0 0 20px rgba(28, 156, 28, 0.5); }
50% { box-shadow: 0 0 30px rgba(19, 199, 43, 0.8); }
100% { box-shadow: 0 0 20px rgba(29, 190, 69, 0.5); }
}
.video-container iframe, .image-container img {
animation: glow 2s infinite;
}
Redragon Gaming Video
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
margin: 0;
padding: 0;
color: #fff;
font-family: 'Arial', sans-serif;
}
.video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
margin-bottom: 2rem;
border-radius: 20px;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 20px;
box-shadow: 0 0 20px rgba(48, 187, 44, 0.5);
}
.image-container {
width: 100%;
margin: 0 auto;
border-radius: 20px;
}
.image-container img {
width: 100%;
height: auto;
display: block;
margin: 2rem auto;
border-radius: 12px;
box-shadow: 0 0 20px rgba(48, 187, 44, 0.5);
}
@keyframes glow {
0% { box-shadow: 0 0 20px rgba(28, 156, 28, 0.5); }
50% { box-shadow: 0 0 30px rgba(19, 199, 43, 0.8); }
100% { box-shadow: 0 0 20px rgba(29, 190, 69, 0.5); }
}
.video-container iframe, .image-container img {
animation: glow 2s infinite;
}