Skip to content

Responsive Web design marksheet edits #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
loneosama opened this issue Mar 30, 2025 · 0 comments
Open

Responsive Web design marksheet edits #204

loneosama opened this issue Mar 30, 2025 · 0 comments
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@loneosama
Copy link

What was incorrect, unhelpful, or incomplete?

Marking RWD has an isue with the following lines

header li {
   margin: 0; /* remove the margin used in the mobile design */
 }
 header a {
   border: 0; /* remove the border used in the mobile design */
 }

What did you expect to see?

The li by default has no margin, so i am not sure the purpose of the css directive to remove margins from li elements under the header.

The second point border :0 is better replace by none, since that is a keyword rather than using value 0.

Do you have any supporting links, references, or citations?

not really

Do you have anything more you want to share?

No response

@loneosama loneosama added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Mar 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

1 participant