����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.217.160.127 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirmacademy.com/public/admin/css/custom/ |
Upload File : |
/*=========== Image Upload Box ===============*/ .upload-img-box { background-color: #f5f5f5; border: 1px solid #aaa; border-radius: 5px; height: 150px; position: relative; } .box-height-100 { height: 100px !important; } .upload-img-box img{ width: 100%; height: auto; max-height: 100%; margin: auto; display: block; z-index: 5; position: absolute; object-fit: cover; top: 50%; left: 50%; transform: translate(-50%, -50%); } .upload-img-box video{ width: 100%; height: auto; max-height: 100%; margin: auto; display: block; z-index: 5; position: absolute; object-fit: cover; } .upload-img-box input[type="file"]{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; z-index: 10; width: 100%; cursor: pointer; } .upload-img-box-icon{ color: #666; text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 9; } .upload-img-box-icon i{ font-size: 24px; position: relative; } .update-logo-image-box{ position: relative; overflow: hidden; } /*=========== Course Lectures ===============*/