Skip to content

Commit e5af9bd

Browse files
committed
Add CSS styles
1 parent d42ca15 commit e5af9bd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<title>JavaScript Rating System</title>
5+
<link rel="stylesheet" href="style.css" />
56
</head>
67
<body>
78
<h1>JavaScript Rating System</h1>

style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* {
2+
font-family: system-ui, sans-serif;
3+
}

0 commit comments

Comments
 (0)