Bootstrap -Symbol für Benutzername und Passwort

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Bootstrap -Symbol für Benutzername und Passwort

by Anonymous » Yesterday, 08:05

Ich entwerfe Anmeldeseite. Hier füge ich Symbole für Benutzername und Kennwort hinzu, wenn ich Symbole zusammen mit Symbolen hinzufüge. Einige andere Symbole fügen auch hinzu, wie Sie dies beheben. Hier ist mein Code. < /P>





< /code>

und CSS sind wie folgt, < /p>


.left-inner-addon {
position: relative;
}
.left-inner-addon input {
padding-left: 30px;
}
.left-inner-addon i {
position: absolute;
padding: 10px 12px;
pointer-events: none;
}

< /code>

Und ich habe keinen Ruf, ein Bild des Anmeldeformulars zu veröffentlichen. < /p>

Top