Skip to content

Commit 69ba446

Browse files
committed
Modified styles
1 parent ab94046 commit 69ba446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
h2{
2-
color:'red';
2+
color:'#FF000';
33
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<link rel="stylesheet" type="text/css" href="./css/style.css">
3+
<link rel="stylesheet" type="text/css" href="css/style.css">
44
</head>
55
<body>
66
<h2>Hi my name is Shannon</h2>

0 commit comments

Comments
 (0)