Skip to content

Commit 46a69de

Browse files
committed
project set-up
1 parent 4ea8622 commit 46a69de

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Fade in Text with Bars</title>
7+
</head>
8+
<body>
9+
10+
<div class="container">
11+
<div class="box">
12+
<div class="title">
13+
<span class="block"></span>
14+
<h1>Isaac Pitwa</h1>
15+
<span></span>
16+
17+
</div>
18+
<div class="role">
19+
<div class="block"></div>
20+
<p>Software Developer</p>
21+
</div>
22+
</div>
23+
</div>
24+
</body>
25+
</html>

applications/Fade-inText-with-bars/styles.css

Whitespace-only changes.

0 commit comments

Comments
 (0)