Skip to content

Commit 96bbd78

Browse files
committed
Add files to code base
1 parent 5d55e0a commit 96bbd78

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
</div>
4040
</div>
4141

42-
<div class="ground"></div>
42+
<div class="ground">
43+
<h1 class="text">Click Me</h1>
44+
</div>
4345
</body>
4446
</html>

styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,14 @@ body {
262262
margin-top: -58px;
263263
height: calc(100vh - 300px);
264264
}
265+
266+
.text {
267+
position: absolute;
268+
top: 15%;
269+
left: 50%;
270+
transform: translate(-50%, -50%);
271+
font-size: 3em;
272+
font-family: Arial, sans-serif;
273+
color: white;
274+
text-align: center;
275+
}

0 commit comments

Comments
 (0)