Learn Accessibility by Building a Quiz - Step 8

Tell us what’s happening:
Describe your issue in detail here.

I can’t make head or tail of this could someone please help me.
Your code so far

/* file: index.Ext.html */
body {
  background: #f5f6f7;
  color: #1b1b32;
  font-family: Helvetica;
  margin: 0;
}

#logo id {
width: max(100px, 18vw)



/* file: styles.Ext.css */
body {
  background: #f5f6f7;
  color: #1b1b32;
  font-family: Helvetica;
  margin: 0;
}

#logo id {
width: max(100px, 18vw)



Your mobile information:

SM-G975F - Android 12 - Android SDK 31

Challenge: Learn Accessibility by Building a Quiz - Step 8

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi there! # is for id here, no need to add id to the selector

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