Advertisement
jamboljack

Kartu Alumni

Jan 14th, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.50 KB | None | 0 0
  1. <style type="text/css">
  2.     body{font-family: "Century-Gothic"; font-size:12px}
  3.    
  4.     .page {
  5.         position: relative;
  6.             width: 350px;
  7.     }
  8.    
  9.     .text {
  10.         position: absolute;
  11.         right: 20px;
  12.         bottom: 20px;
  13.         text-align: right;
  14.     }
  15. </style>
  16. </head>
  17.  
  18. <body>
  19. <div class="page"> 
  20.         <img src="<?php echo base_url(); ?>/img/kartu.jpg"/>
  21.         <span class="text">
  22.             <?php echo $detail->alumni_nama; ?><br />
  23.             <?php echo $detail->alumni_nim; ?>
  24.         </span>    
  25. </div>
  26. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement