Navigationsleiste + <form> Layout

Diskutiere Navigationsleiste + <form> Layout im CSS Forum im Bereich Programmierung; Hallo zusammen, ich möchte unterhalb meiner Navigationsliste ein Login <form> platzieren... Die Navigationsleiste habe ich mit Hilfe von versch...
  • Navigationsleiste + <form> Layout Beitrag #1
M
MoD74
New member
Beiträge
1
Punkte Reaktionen
0
Hallo zusammen,
ich möchte unterhalb meiner Navigationsliste ein Login <form> platzieren... Die Navigationsleiste habe ich mit Hilfe von versch. Tutorials umgesetzt bekommen, ABER das Formular haut mir alles durcheinander. Abstände, Rahmen etc. Bringt mich zur Verzweiflung... Würde mich sehr über Hilfe freuen..

Das Bild zeigt meine Wunschvorstellung, wie gesagt die Nav ist implementiert. Für das Formular habe ich noch keine CSS implementiert.. Anbei Bild und Css

* {
margin: 0px;
padding: 0px;
}

body {
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
color: #7e8182;

}

header {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
background-color: #00AAAA;
height: 95px;
}
 
Anhänge
  • Layout.png
    Layout.png
    5,6 KB · Aufrufe: 1
Thema:

Navigationsleiste + <form> Layout

Oben Unten