Ich möchte die Positionierung des Textes oben links in der Eingabeaufforderung beheben, aber wenn ich das Fenster verändert, bewegt es < /p>
Hier ist mein aktueller Code < /p>
Code: Select all
/* Background Image */
body {
background-image: url(Background.png);
/* Used to add the Background Picture */
background-position: center;
/* Used to center the Picture into the screen */
background-size: cover;
/* Used to cover the picture in the entire screen */
background-repeat: repeat;
/* Used to repeat the Background Picture */
background-attachment: fixed;
/* Used to keep the background fixed when scrolling */
}
#p1 {
color: aqua;
}< /code>
GeorgeK@portfolio:~@
Mobile version