Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaR-05 committed Jun 9, 2023
2 parents 1eb5388 + e8c291b commit bb20d6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/landingpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,17 @@ h6 {

body {
box-sizing: border-box;

background-image: url("../../docs/images/wood-grain-texture.jpg");

background-size: cover;
background-position: right;
min-height: 100vh;
display: grid;
place-items: center;

cursor: url("../../docs/images/Rocket_Ship_Blue_cursor.png"), auto;

}

h1 {
Expand Down

0 comments on commit bb20d6d

Please sign in to comment.