Dicom Viewer — Infinix

.viewer-area flex: 1; padding: 20px; background: #2c2c2c; position: relative;

.upload-btn:hover transform: translateY(-2px); Infinix Dicom Viewer

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>Infinix DICOM Viewer - Medical Image Viewer</title> <style> * margin: 0; padding: 0; box-sizing: border-box; body font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; padding: 20px; .viewer-area flex: 1

.zoom-controls button background: white; border: none; width: 35px; height: 35px; border-radius: 5px; cursor: pointer; font-size: 18px; font-weight: bold; transition: background 0.2s; .upload-btn:hover transform: translateY(-2px)

.controls margin-top: 20px;