Website Preview Tool

Website Preview Tool

Website Preview Tool

* { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: sans-serif; } .preview-container { max-width: 1200px; margin: 0 auto; padding: 20px; } .preview-header { text-align: center; margin-bottom: 30px; } .preview-content { display: flex; flex-wrap: wrap; justify-content: center; } .preview-sidebar { width: 100%; max-width: 200px; margin-right: 20px; } .preview-sidebar ul { list-style: none; padding: 0; margin: 0; } .preview-sidebar ul li { margin-bottom: 10px; } .preview-sidebar ul li a { display: block; padding: 10px 0; text-align: center; background-color: #f2f2f2; color: #333; border-radius: 5px; transition: all 0.3s ease; } .preview-sidebar ul li a.active { background-color: #333; color: #fff; } .preview-screen { width: 100%; height: 500px; max-width: 900px; position: relative; overflow: hidden; } .preview-screen iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

Comments

Popular Posts