We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42ca15 commit e5af9bdCopy full SHA for e5af9bd
index.html
@@ -2,6 +2,7 @@
2
<html lang="en">
3
<head>
4
<title>JavaScript Rating System</title>
5
+ <link rel="stylesheet" href="style.css" />
6
</head>
7
<body>
8
<h1>JavaScript Rating System</h1>
style.css
@@ -0,0 +1,3 @@
1
+* {
+ font-family: system-ui, sans-serif;
+}
0 commit comments