Skip to content

Commit 8606e15

Browse files
Merge pull request #2 from code4policy/learn-css
Learn css
2 parents 4ca683d + 54b7d75 commit 8606e15

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

first-website/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<!doctype html>
22
<html lang="en-US">
3+
<link href="styles/style.css" rel="stylesheet" />
4+
35
<head>
46
<meta charset="utf-8" />
57
<meta name="viewport" content="width=device-width" />
@@ -9,6 +11,11 @@
911
background-color: #e6f2ff;
1012
}
1113
</style>
14+
<link rel="preconnect" href="https://fonts.googleapis.com" />
15+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
16+
<link
17+
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"
18+
rel="stylesheet" />
1219
</head>
1320
<body>
1421
<h1 style="text-align: center;">Mozzila is cool </h1>
@@ -23,8 +30,9 @@ <h1 style="text-align: center;">Mozzila is cool </h1>
2330
<li>builders</li>
2431
</ul>
2532

33+
2634
<p>working together, to keep alive and accesible, so people worlwide can e informed contributors and creators of the Web. We believe this act of human collaboration across an open platform is essential to individual growth and our collective future.</p>
2735

28-
Read the <a href="https://www.mozilla.org/en-US/about/manifesto/"> Mozilla Manifesto</a> to learn even more about the values and principles that guide the pursuit of our mission.</p>
36+
<p>Read the <a href="https://www.mozilla.org/en-US/about/manifesto/"> Mozilla Manifesto</a> to learn even more about the values and principles that guide the pursuit of our mission.</p>
2937
</body>
3038
</html>

0 commit comments

Comments
 (0)