Guest User

Untitled

a guest
Feb 16th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. body {
  2. text-align:center;
  3. }
  4.  
  5. table {
  6. border-collapse:collapse;
  7. }
  8.  
  9. table.table {
  10. clear:both;
  11. border-collapse:collapse;
  12. border-top: 1px solid #666;
  13. margin: 20px 0 5px 0;
  14. width:100%;*/
  15. font: 0.85em;
  16. }
  17.  
  18. table.beirat_l, table.beirat_r,{
  19. margin: 25px auto 25px auto;
  20. display:inline-table;
  21. float: left;
  22. }
  23.  
  24. <table class="beirat_l">
  25. <tbody>
  26. <tr>
  27. <td>
  28. <img alt="Dr. Heiko Breit" class="img-responsive" height="241" src="http://kloss.biz/media/pics/Dr.-Heiko-Breit.jpg" style="" width="254" /></td>
  29. </tr>
  30. <tr>
  31. <td>Dr. Heiko Breit</td>
  32. </tr>
  33. </tbody>
  34. </table>
  35.  
  36. <table class="beirat_r">
  37. <tbody>
  38. <tr>
  39. <td>
  40. <img alt="Dr. Heiko Breit" class="img-responsive" height="241" src="http://kloss.biz/media/pics/Dr.-Heiko-Breit.jpg" style="" width="254" /></td>
  41. </tr>
  42. <tr>
  43. <td>Dr. Heiko Breit</td>
  44. </tr>
  45. </tbody>
  46. </table>
Add Comment
Please, Sign In to add comment