Tell us what’s happening:
My css file is not applaying stylels on my browser and i have properly linked my css with my HTML as i have tried to test simple instructions
so please help
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Build an Event Flyer Page</title>
</head>
<body>
<header>
<img src="">
<h1>MAIN EVENT</h1>
</header>
</body>
</html>
/* file: styles.css */
h1{
color:red
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0
Challenge Information:
Build an Event Flyer Page - Build an Event Flyer Page