Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/asietex.co.id/public_html/application/third_party/dompdf/www/test/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style> .d { width: 1in; height: 1in; margin: 5pt; } .b1 { border: 1px solid red; } .b2 { border: solid thick blue; } .b3 { border: #369 thin dashed; } .b4 { border: dotted green 2px; } .b5 { border: 0.1em #0033DD solid; } .b6 { border: orange inset 4pt; } </style> </head> <body> <div class="d b1"> </div> <div class="d b2"> </div> <div class="d b3"> </div> <div class="d b4"> </div> <div class="d b5"> </div> <div class="d b6"> </div> </body> </html>