Skip to content

Commit 6268838

Browse files
authored
added: custom css
1 parent ebd7684 commit 6268838

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

template.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.header {
2+
font-size: 26px;
3+
font-weight: 800;
4+
text-decoration: underline;
5+
}
6+
7+
#card-main {
8+
margin-top: 200px;
9+
}
10+
11+
.footer-text{
12+
text-align: center;
13+
}

0 commit comments

Comments
 (0)