Giter Club home page Giter Club logo

prj-rev-bwfs-tea-cozy's People

Contributors

ljhwang avatar

Watchers

 avatar  avatar

prj-rev-bwfs-tea-cozy's Issues

An answer to a couple comments

font-size: 19px; /* reduced font size since something seemed off with the font sizes on my display */
color: seashell; /* color is not sticking either hmmm */

If you have any sort of resolution scaling turned on in your computer settings this will throw everything off.

Color from the body will be inherited by some elements but not all elements. Usually just the default html text elements(headings, paragraph, etc) will inherit this.

Look at this screenshot from the dev tools you will see the color here was inherited from the body.

teacozy

Summary

Overall met expectations.

Good organizational practices with commenting and html structure. CSS is very efficient. Good job on having matching comments to go back and forth between your html and css.

I didn't see any major errors or flaws that would warrant an issue. Bringing up Alt Text is more about best practices in web site creation.

To prepare you for the final projects, look at media queries. See if you can make this site fit inside of a mobile device by using one. You will be doing this heavily in your final projects.

https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries

https://www.w3schools.com/css/css3_mediaqueries_ex.asp

Alt text

<img src="./resources/images/img-berryblitz.jpg">

Start using alt text for your images

Nowadays, Web browsers are available in a very wide variety of platforms with very different capacities; some cannot display images at all or only a restricted set of type of images; some can be configured to not load images. If your code has the alt attribute set in its images, most of these browsers will display the description you gave instead of the images
some of your visitors cannot see images, be they blind, color-blind, low-sighted; the alt attribute is of great help for those people that can rely on it to have a good idea of what's on your page
search engine bots belong to the two above categories: if you want your website to be indexed as well as it deserves, use the alt attribute to make sure that they won't miss important sections of your pages

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.