Skip to content

Commit 842c0a9

Browse files
added styling and added google fonts api
1 parent 5ea3fd9 commit 842c0a9

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Wireframe/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Wireframe</title>
77
<link rel="stylesheet" href="style.css" />
8+
<link rel="preconnect" href="[fonts.googleapis.com](https://fonts.googleapis.com)">
9+
<link rel="preconnect" href="[fonts.gstatic.com](https://fonts.gstatic.com)" crossorigin>
10+
<link href="[fonts.googleapis.com](https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&family=Inter:wght@400;600&display=swap)" rel="stylesheet">
811
</head>
912
<body>
1013
<header>
@@ -22,7 +25,7 @@ <h2>Title</h2>
2225
voluptates. Quisquam, voluptates.
2326
</p>
2427
<a href="">Read more</a>
25-
</article>
28+
</article>
2629
</main>
2730
<footer>
2831
<p>

Wireframe/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,7 @@ article {
8787
grid-column: span 3;
8888
}
8989
}
90+
91+
{
92+
93+
}

0 commit comments

Comments
 (0)