intensivstation

Horizontal zentrierte Box mit dynamischer Breite

Der Inhaltsbereich hat eine dynamische Breite und ist horizontal zentriert. Der Text bleibt linksbündig. Die Höhe passt sich dem Inhalt an.

Center a dynamic box

This Contentbox has a dynamic width. It is centered and adjusts to the browser window. The height adjusts to the content.

body {
	background-color: #ccc;
	font-size: 1em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding: 20px;
	margin:0;
	}

section {
    max-width: 800px;
    min-width: 500px;
	background-color: #ffffff;
	border: 1px solid #bbb;
	padding: 20px;
	margin: 0 auto;
	}