Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit e33846b

Browse files
Update index.css to use background image
Use webpage layout.png in static/img/png as background image for index.html
1 parent 4433125 commit e33846b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/static/css/index.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#section{
22
display: grid;
3-
height: 60vh;
3+
height: 90vh;
44
place-items: center;
55
}
66

@@ -23,4 +23,10 @@
2323
cursor: pointer;
2424
background-color: green;
2525
transition: 0.2s ease-in-out;
26-
}
26+
}
27+
28+
body{
29+
background-position: center;
30+
background-image: url("/static/img/PNG/Webpage layout.png");
31+
background-repeat: no-repeat;
32+
}

0 commit comments

Comments
 (0)