Skip to content

Commit 741c327

Browse files
working on this
1 parent b63870b commit 741c327

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<div id="container">
2+
3+
4+
5+
</div>
6+
7+
</div>
8+
9+
<style>
10+
11+
12+
#container {
13+
background-position: center;
14+
background-repeat: no-repeat;
15+
background-size: cover;
16+
background-image: url("./images_and_icons/background_91.jpg");
17+
background-attachment: fixed;
18+
height: 100%;
19+
width: 100%;
20+
color: white;
21+
display: flex;
22+
flex-direction: column;
23+
justify-content: center;
24+
align-items: center;
25+
font-family: 'Roboto Slab', serif;
26+
}
27+
28+
29+
</style>
30+

0 commit comments

Comments
 (0)