����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 74.208.127.88 / Your IP : 3.145.165.217 Web Server : Apache/2.4.41 (Ubuntu) System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64 User : www-data ( 33) PHP Version : 7.4.3-4ubuntu2.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/app6/assets/css/ |
Upload File : |
/* Table Of Contents ========================= - Default Typography - Custom Typography ========================= */ /* -------------------------- - Default Typography -------------------------- */ body { font-size: 14px; font-family: 'Lato', sans-serif; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: 'Poppins', sans-serif; } p{ font-family: 'Lato', sans-serif; font-size: 15px; line-height: 26px; color: #444; margin-bottom: 0; } p img { margin: 0; } /* links */ a, a:visited { text-decoration: none; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; outline: 0; font-family: 'Poppins', sans-serif; } a:hover{ text-decoration: none; } a:focus { text-decoration: none; outline: 0; } p a, p a:visited { line-height: inherit; outline: 0; } /* list */ ul, ol { margin-bottom: 0px; margin-top: 0px; padding: 0; } ul { margin: 0; list-style-type: none; } ol { list-style: decimal; } ol, ul.square, ul.circle, ul.disc { margin-left: 0px; } ul.square { list-style: square outside; } ul.circle { list-style: circle outside; } ul.disc { list-style: disc outside; } ul ul, ul ol, ol ol, ol ul { margin: 0; } ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 0px; } button { cursor: pointer; outline: none!important; letter-spacing: 0; } /* -------------------------- - Custom Typography -------------------------- */ /* blockquote */ blockquote{ padding: 60px; position: relative; background: #853BFA; } blockquote:before{ content: '\f10d'; font-family: fontawesome; color: #fff; font-size: 32px; position: absolute; left: 16px; top: 46px; } blockquote p{ font-size: 17px; color: #fff; } .blockquote-footer{ color: #fff; }