/* ----------------------------------------------- */
/* Für den Ausdruck: Schreiben Sie hier IHREN NAMEN, KLASSE        */
/* ----------------------------------------------- */

/* !!! Aufgabe: Ergänzen Sie die CSS-Datei für das Objekt mit der ID "lnw_uebung" !!!*/
#lnw_uebung{
	width:300px; 
	margin:0px auto 0px auto;
	padding:20px;
	border:10px solid #750080;
	border-radius:20px;
	background-color:#dddddd;
	}

/* +++ HIER NICHTS VERÄNDERN - START +++ */
*{margin:0px;}body{text-align:center;font-family:Verdana;font-size:12px;}
h1{font-size:18px;color: #750080;margin-bottom:10px;}output{background:#eeeeee;}input{margin-bottom:10px;}
/* +++ HIER NICHTS VERÄNDERN - ENDE +++ */