Vorlage:Box: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
<head> | <head> | ||
<style> | <style> | ||
box | |||
{ | { | ||
margin: 50px; | |||
width: 100%; | |||
border-style:solid; | border-style:solid; | ||
border-width:1px; | border-width: 1px 1px 1px 6px; | ||
border- | border-color: lightgrey lightgrey lightgrey #419BD1; | ||
background-color: lightgrey; | background-color: lightgrey; | ||
Zeile 15: | Zeile 18: | ||
padding-right: 10px; | padding-right: 10px; | ||
} | } | ||
</style> | </style> | ||
Zeile 23: | Zeile 26: | ||
<body> | <body> | ||
< | <box> hallo </box> | ||
</body> | </body> | ||
</html> | </html> |
Version vom 9. März 2021, 20:21 Uhr