Tell us what’s happening:
i’ve triedt everything i can think of but i cant get my project to accept my media querry
Your code so far
<!-- file: index.html -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> ryans portfolio</title>
<link rel="stylesheet"
href="style.css">
</head>
<body>
<ul>
<navbar id="navbar">
<li> <a class="nav-link"href=#"projects">projects</a>
</navbar>
<main>
<section id="welcome-section">
<h1> welcome</h1>
</section>
<section id="projects">
<p class="project-tile">projects that ive done</p>
<a id="profile-link"href="@fcca5694c2e-98b7-481f-bcd5-b61c74c4e28b" target="_blank"> my profile</a>
</main>
</body>
</html>
/* file: styles.css */
@media screen and(min-width: 1px;) {body{background-color: red;}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Challenge Information:
Personal Portfolio Webpage - Build a Personal Portfolio Webpage