Vorlage:Box: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
K
keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:
<head>
<head>
<style>
<style>
p
box
{
{
margin: 50px;
width: 100%;
border-style:solid;
border-style:solid;
border-width:1px;
border-width: 1px 1px 1px 6px;
border-left: 6px #419BD1;
border-color: lightgrey lightgrey lightgrey #419BD1;
background-color: lightgrey;
background-color: lightgrey;
Zeile 15: Zeile 18:
padding-right: 10px;
padding-right: 10px;
margin: 50px;
 
width: 75%;
}
}
</style>
</style>
Zeile 23: Zeile 26:


<body>
<body>
<p> hallo </p>
<box> hallo </box>
</body>
</body>
</html>
</html>

Navigationsmenü