Skip to content

Commit c88d75e

Browse files
committed
index
1 parent 27d728f commit c88d75e

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,23 @@
1414
font-family: 'TaipeiSansTCBeta-Regular';
1515
src: url(./fonts/TaipeiSansTCBeta-Regular.ttf);
1616
}
17+
h1{
18+
font-family: 'TaipeiSansTCBeta-Bold';
19+
font-size: 20px;
20+
color:rgb(35, 52, 108);
21+
22+
23+
}
24+
p {
25+
font-family: 'TaipeiSansTCBeta-Regular';
26+
font-size: 16px;
27+
line-height: 28px;
28+
/* background-color: #ebebeb; */
29+
color:rgb(50, 50, 50);
30+
}
1731
</style>
1832
</head>
1933
<body>
20-
34+
<h1></h1>
2135
</body>
2236
</html>

0 commit comments

Comments
 (0)