Hallo,
ich versuche derzeit ein Layout für ein neues Projekt zu erstellen. Meine bisherige style.css:
Delphi-Quellcode:
BODY
{
background-image : url(logo.png);
background-position : 50% 10%;
background-repeat: no-repeat;
background-color : #FFF;
font-family : Verdana,Arial,sans-serif;
font-size : small;
font-color : #000;
border-color : #660033;
border-style : solid;
border-width : 1px;
margin : 120px 100px 100px 100px;
padding : 20px;
}
input
{
position: relative;
top: -1.4em;
left: 8em;
display: block;
border: 1px solid #a5acb2;
padding: 1px;
background: #fff;
}
#menue
{
text-align : center;
border-bottom: 1px solid;
color: #660033;
}
Das ergibt eine Box. Jetzt möchte ich aber 2 Spalten in dieser Box haben anstatt nur der Einen. Kann
mir da jemand helfen?
Viele Grüße...