Coder Social home page Coder Social logo

css-101's People

Contributors

dusch4593 avatar goku-kun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

css-101's Issues

Image tag improperly nested in anchor tag in file 18-local-library/index.html

Hello team,

I would like to report an issue in this file.

The image for "Ripley's Believe It or Not!" is not properly enclosed within an anchor tag.

Please see the attached picture for more context.
Screenshot_2023-10-30_12-37-56

The bug occurs because the closing anchor tag for "The Hobbit" is missing before the image tag for "Ripley's Believe It or Not!" in the second row of the "Staff Picks" section.

This inconsistency can be fixed in order to make the file look more professional by having each image anchored to an unique anchor tag.

Typo: Misspelled ID in CSS

Typo: 18-local-library CSS

  • There is a typo for the ID attribute in the CSS for 18-local-library.

Expected behavior:

  • In the ID attribute #forn-btn the word form is misspelled, the correct spelling should be #form-btn.

Screenshot of issue:

image

ID name in HTML:

image

[SOLVED] Typos from The Origins II: CSS

Hello team,

Please find below a list of typos from The Origins II: CSS lessons.

02. Syntax

  • Replace 'look' with 'looks', see picture typo_I.png. πŸ‘‡
    typo_I

  • Add 'it' after 'surrounding', see picture typo_II.png. πŸ‘‡
    typo_II

Typo #02 in CSS lesson 09. Spellcheck

Hello team,

I would like to report a typo in this page.

The sentence

Select the <span> elements and give IT a text-decoration property with the following values

should be replaced with

Select the <span> elements and give THEM a text-decoration property with the following values

The context suggests that the selection of multiple elements, which turns the subject in the plural for in this sentence.

Please see the attached image for more context.πŸ‘‡
Screenshot_2023-10-28_20-23-01

Missing solution to CSS class 13. Inspection

Hello team,

I would like to report an inconsistency with the CSS class 13. Inspection.

On codedex-io/css-101 repository, the solution to class 13 is missing. Please see the attached picture for more context.
Screenshot_2023-10-30_12-58-53

Unfortunately I cannot access the class itself. But since every CodΓ©dex class has its own solution, this issue could be addressed in order to increase the robustness of the platform by each class having an available solution.

Typo #01 in CSS lesson 09. Spellcheck

Hello team,

I would like to report a typo in this page.

The sentence Three common ways to align text is should be replaced with Three common ways to align are.

The context suggests that the sentence is about the three common ways to align text.

Please see the attached image for more context. πŸ‘‡
Screenshot_2023-10-28_19-51-23

Improper Use of <h2> Tag Inside <ul> Element

Issue: Improper use of h2 tag inside ul element

  • The source code for 17-make-it-count includes an h2 tag within a ul.
    • According to HTML standards, heading tags like h2 should not be placed directly inside a ul. This can lead to rendering issues and is not semantically correct.

Expected Behavior

  • HTML should follow proper structure and semantics. The ul tag should contain only list items li, and headings should be placed outside the list.
    • Additionally, an h2 tag is only valid if placed within a list item, li tag.

Screenshot of issue:

image

Bug: border properties not fully specified

Issue: Border properties missing

Expected behavior:

  • Borders for both #catalog-input and .staff-pick-img are expected to display but because border properties style and color are missing they are currently not being displayed.
image

Screenshot of issue in source code:

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.