Learn Accessibility by Building a Quiz - Step 46

body {
background: #f5f6f7;
color: #1b1b32;
font-family: Helvetica;
margin: 0;
}

header {
width: 100%;
height: 50px;
background-color: #1b1b32;
display: flex;
}

#logo {
width: max(100px, 18vw);
background-color: #0a0a23;
aspect-ratio: 35 / 4;
padding: 0.4rem;
}

h1 {
color: #f1be32;
font-size: min(5vw, 1.2em);
}

nav {
width: 50%;
max-width: 300px;
height: 50px;
}

nav > ul {
display: flex;
justify-content: space-evenly;
}

nav > ul > li {
color: #dfdfe2;
margin: 0 0.2rem;
padding: 0.2rem;
display: block;
}

li > a {
** color: 7:1;**
}

h1,
h2 {
font-family: Verdana, Tahoma;
}

h2 {
border-bottom: 4px solid #dfdfe2;
}

p::before {
content: “Question #”;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

hello and welcome to fcc forum :slight_smile:

did you have a question?!

also, always share “step/exercise” url along with your question

happy coding :slight_smile:

Welcome to the forum @megacartenterprises

This step is a bit confusing. What’s needed is a contrasting color.

Try setting the color to white.

Happy coding

1 Like

With the power of your eyes you can see the project and step name. And with the power of your brain and fingers you can solve it and help Him here and me at Learn Accessibility by Building a Quiz - Step 46 .