79761083

Date: 2025-09-10 16:34:25
Score: 0.5
Natty:
Report link
<!--HTML CODE-->
<html>
    <head>
        <!-- CSS CODE-->
        <style>
            /* 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;
            
            }
        </style>
    <head>

    <body>
        <header>
          
        </header>

        <main>
            
        <p id="p1"> GeorgeK@portfolio:~@</p>
        </main>

        <footer>

        </footer>

    </body>

</html>

THIS IS MY CODE

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: anonymus hacker