Skip to content

Commit 93dbbdb

Browse files
committed
add css file
1 parent 8aa6f05 commit 93dbbdb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

css/main.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
html,body {
2+
margin: 0px;
3+
padding: 0px;
4+
}
5+
6+
.main {
7+
width: 100vh;
8+
height: 100vh;
9+
margin:0px;
10+
padding:0px;
11+
}
12+
13+
.text-typing {
14+
display: flex;
15+
}
16+
17+
h1 {
18+
font-family:'consolas';
19+
}

0 commit comments

Comments
 (0)