Template:Produktinfobox: Difference between revisions
From CKRAS Wiki
(Created page with "<div style="text-align: center; display: inline-block; margin: 0 10px;"> <div style="border: 1px solid black; padding: 10px;"> <h2>{{{Titel1}}}</h2> <table border="1" style="border-collapse: collapse;"> <!-- Hier kommt dein Listenelement für Produkte --> {{{Produkte1}}} </table> </div> </div> <div style="display: inline-block; width: 20px;"></div> <div style="text-align: center; display: inline-block; margin: 0 10p...") |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="text-align: center; display: inline-block; margin: 0 | <div style="text-align: center; display: inline-block; margin: 0 auto; max-width: 50%;"> | ||
<div style="border: 1px solid black; padding: 10px;"> | <div style="border: 1px solid black; padding: 10px; margin: 0 auto;"> | ||
<h2>{{{Titel1}}}</h2> | <h2>{{{Titel1}}}</h2> | ||
<table border="1" style="border-collapse: collapse;"> | <table border="1" style="border-collapse: collapse; width: 100%;"> | ||
<!-- Hier kommt dein Listenelement für Produkte --> | <!-- Hier kommt dein Listenelement für Produkte --> | ||
{{{Produkte1}}} | {{{Produkte1}}} | ||
Line 9: | Line 9: | ||
</div> | </div> | ||
<div style="display: inline-block; width: 20px;"></div> | <div style="display: inline-block; width: 20px;"></div> | ||
<div style="text-align: center; display: inline-block; margin: 0 | <div style="text-align: center; display: inline-block; margin: 0 auto; max-width: 50%;"> | ||
<div style="border: 1px solid black; padding: 10px;"> | <div style="border: 1px solid black; padding: 10px; margin: 0 auto;"> | ||
<h2>{{{Titel2}}}</h2> | <h2>{{{Titel2}}}</h2> | ||
<table border="1" style="border-collapse: collapse;"> | <table border="1" style="border-collapse: collapse; width: 100%;"> | ||
<!-- Hier kommt dein Listenelement für Produkte --> | <!-- Hier kommt dein Listenelement für Produkte --> | ||
{{{Produkte2}}} | {{{Produkte2}}} |