Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Simplified userbox code by goob no credit needed
- <style type="text/css">
- /* technically you don’t have to specify the style type but yk */
- .userbox {
- width: 239px;
- font-family: sans-serif;
- border: 1px solid;
- border-collapse: collapse;
- border-color: rgb(153, 153, 153);
- }
- .id {
- height: 45px;
- width: 45px;
- text-align: center;
- font-size:12pt;
- border: 1px solid;
- font-weight: bold;
- border: 1px solid rgb(153, 153, 153);
- color: rgb(0, 0, 0);
- background: rgb(221, 221, 221);
- line-height: 1.2em;
- }
- .info {
- padding: 0 4pt;
- border: 1px solid;
- font-size: 8pt;
- border: 1px solid rgb(153, 153, 153);
- color: rgb(0, 0, 0);
- background: rgb(238, 238, 238);
- line-height: 1.2em;
- }
- </style>
- <table class="userbox">
- <body>
- <tr>
- <td class="id">ID</td>
- <td class="info">Info</td>
- </tr>
- </tbody>
- </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement