forked from yosukenakao/yosukenakao.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (29 loc) · 957 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCUTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title> GitHub Pages Learning </title>
<!-- milligram CDN -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.css">
</head>
<body>
<h1> Milligram add </h1>
<p>The base type is 1.6rem (16px) over 1.6 line height (24px)</p>
<a>Anchor</a>
<em>Emphasis</em>
<small>Small</small>
<strong>Strong</strong>
<u>Underline</u>
<h1>Heading</h1>
<h2>Heading</h2>
<h3>Heading</h3>
<h4>Heading</h4>
<h5>Heading</h5>
<h6>Heading</h6>
<blockquote>
<p><em>Yeah!! Milligram is amazing.</em></p>
</blockquote>
</body>
</html>