Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4b564b authored Jan 5, 2024
1 parent ceab612 commit ad6558d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@

<style>
body {

/* Specify the background image URL */
background-image: url('cyber.jpg');

/* Set background size to cover the entire viewport */
background-size: cover;

/* Choose how the background image is repeated */
background-repeat: no-repeat;

/* Center the background image */
background-position: center center;

/* Set a fixed background attachment */
background-attachment: fixed;


font-family: 'Courier New', monospace;
margin: 0;
display: flex;
Expand Down

0 comments on commit ad6558d

Please sign in to comment.