On your first visit to our website, you will find a comprehensive collection of materials and instructional videos ranging from basic to advanced levels. These resources are designed to make using our products simpler, easier, and more effective.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, sans-serif; } .module-container { display: flex; justify-content: space-between; align-items: center; background-color: #f0c36d; padding: 6px; /* Reduced height by 30% */ border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); width: 100%; margin: 0 auto; /* Center the container */ } .text-content { flex: 1; padding-right: 40px; /* Space between text and video */ text-align: center; /* Center text */ } .text-content h1 { font-size: 2.5em; color: #333; } .text-content p { font-size: 1.2em; color: #333; line-height: 1.5; margin-bottom: 20px; /* Thêm khoảng cách dưới */ } .explore-button { display: inline-block; margin-top: 20px; /* Giảm khoảng cách từ trên xuống */ padding: 10px 20px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 10px; margin: 0 auto; /* Center the button */ } .video-container { flex: 0.6; /* Reduced width to 80% of the original */ background-color: #333; height: 0; padding-bottom: 25%; /* Reduced height proportionally */ position: relative; border-radius: 10px; overflow: hidden; } .video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } </style> </head> <body> <div class="module-container"> <div class="text-content"> <h1> 3D VIRTUAL STUDIO CUSTOMER'S FINISHED PRODUCT</h1> <p>This is a Demo image of customers using our product. It is not included in the Attachment when you purchase.</p> <a href="https://www.1usdvirtualstudio.com/p/4k-beach-01/" class="explore-button">Download Now</a> </div> <div class="video-container"> <iframe src="https://youtu.be/BsXgrKsTzC4?si=QXgtHAlcYS9_BUdu" allowfullscreen></iframe> </div> </div> </body> </html>
Get the latest news and updates straight to your inbox