Hallo,
ich habe folgende Frage. Ich möchte gerne mein Layout mittig ausrichten, sodass es, ega bei welcher Auflösung, immer in der Mitte ist. Das hier ist mein index:
_____________________________________
besser gemixt
Ihr Browser kann leider keine eingebetteten Frames anzeigen:
Sie können die eingebettete Seite über den folgenden Verweis
aufrufen: home
>> >Startseite
>> >Restaurantfachfrau
>> >Barkeeperin
>> >Mobile Kaffeebar
>> >Kontakt
>> >Impressum
___________________________________
Ich bin Anfänger auf dem Gebiet. Falls jemand sonst noch Fehler im index auffallen, wäre ich dankbar, wenn ihr mich korrigieren würdet.
Falls es wichtig ist hier noch mein css.:
____________________________________
body
{
font-size: 13px;
font-family: Century Gothic; Verdana; Arial;
color: #000000;
}
p
{
font-size: 18px;
font-family: Aharoni;
font-weight: bold;
color: #A70540;
}
A:link
{
font-size: 14px;
font-family: Verdana;
text-decoration: none;
font-weight: bold;
color: #E79E24;
}
A:visited
{
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #E79E24;
}
A:active
{
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #E79E24;
}
A:hover
{
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #302005;
}
________________________________________________
Ich hoffe jemand kann mir helfen. Danke!