Tini: Zentrieren mit Mindestabstand beim Floaten

Beitrag lesen

Ach so ja, super. Danke. Aber wie mache ich das denn? Ich hoffe ich habe alle notwendigen Informationen getroffen.

Liebe Grüße Tini


#body {
	background-repeat: no-repeat;
	color: #F8F8F8;
	width: auto;
	height: auto;
	padding-left: 6%;
	position: relative;

#navi {
	height: 305px;
	width: 18%;
	float: left;
	font-style: normal;
	font-weight: 100;
	margin-right: 6%;
	min-width: 210px;
	position: fixed;
}

#text {
	height: auto;
	width: 30%;
	float: left;
	margin-right: 4%;
	margin-bottom: 25%;
	min-width: 200px;
	margin-left: 25%;
	min-margin: 300px;

#textcl {
	clear: left;
}
<div id="body">

<header id="header">
 
  <div id="logo"></div>
  <div id="headertext">.....</div>
  
  <div id="headercl"></div>
  </header>
  
  
  
<nav id="navi">
.....
</nav>

<div id="text">....
</div>
<div id="textcl"></div>

 </div>