Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- body{font-family: "Century-Gothic"; font-size:12px}
- .page {
- position: relative;
- width: 350px;
- }
- .text {
- position: absolute;
- right: 20px;
- bottom: 20px;
- text-align: right;
- }
- </style>
- </head>
- <body>
- <div class="page">
- <img src="<?php echo base_url(); ?>/img/kartu.jpg"/>
- <span class="text">
- <?php echo $detail->alumni_nama; ?><br />
- <?php echo $detail->alumni_nim; ?>
- </span>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement