Learn Accessibility by Building a Quiz - Step 46

Tell us what’s happening:

por favor , me podrían ayudar con el paso 46 del cuestionario html css, lo he intentado de mil formas y no pasa:

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

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

#logo {
  width: max(10rem, 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

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

li>a{color:white}


/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 46

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Para encontrar el color adecuado, use esta herramienta:
https://webaim.org/resources/contrastchecker/

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.