Feste Positionierung von HTML -CSSCSS

CSS verstehen
Anonymous
 Feste Positionierung von HTML -CSS

Post by Anonymous »

Ich versuche, Hard Code Pure HTML CSS JavaScript -Portfolio zu erstellen. BITTE?" src = "https://i.Sstatic.net/1mxbiu3l.png" />
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:~@




Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post