Git Product home page Git Product logo

mc-project2's Issues

feedback from the Corgis

  • Recommendation to use labels to identify each input ("Id") elements instead of h tags. (hint: )
  • Best practice: Pay attention to HTML and CSS syntax rules. no space required between attribute name and value: (e.g. <link rel = "stylesheet" type = "text/css" ....). Similar thing in the CSS file (e.g.: .loginform :first-child{ ...)
  • Best practice: Use indentation for code cleanliness.
  • Element positioning: Consider the idea to add some more wrappers to make easier the form positioning.
  • Congrats on using float. Unless required specifically in the project, We recommend to consider grid or flex, to avoid issues in element positioning.
  • Tool for CSS layout visibility: checkout pesticide.io. It will help to avoid manually making boxes visible.

Feedback from team-73-the-corgis

1.- We like the html and css structure and the presentation. The visual appearance of the page looks good.
2.- Best practice suggestions: A git-ignore is recommended. An assets folder for the images, fonts and css, etc. is also recommended.
3.- On line 7 and 129 in the css files: use hyphens instead of underscores or double hyphens.
4.- Check out the "span" element in blue and use "a" tags instead. This wherever the original has links.
5.- Check line 30 on the html, there's a big space.
6.- Best practices: use labels instead of the "h" tags.

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.