Skip to content

Commit a204e07

Browse files
committed
update
1 parent 2dd46be commit a204e07

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

starter/01-Start/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<html lang="en">
5+
<meta charset="utf-8">
6+
<title>Text</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<h1>Styling text</h1>
11+
<h3>Font stack, default sopacng and more</h3>
12+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
13+
</body>
14+
</html>

starter/01-Start/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
body {
2+
font-family: Futura;
3+
}

0 commit comments

Comments
 (0)