Giter Site home page Giter Site logo

prj-rev-bwfs-dasmoto's People

Contributors

chauntevandeburgh avatar

Watchers

 avatar

prj-rev-bwfs-dasmoto's Issues

SUMMARY

GRADE: Needs Improvement

SUMMARY: Great start on this project. With a couple small changes, the site will be looking great and you did an excellent job keeping both the html and css neat and organized throughout. Nice work saving your image files locally and then using relative file paths to link to them as well!

As you work on these kinds of projects, always be referencing the finished page to make sure the styling you're adding is producing the desired effect. Try using devtools to double check the font size of the h1 element. Also, make sure to include the alt attribute on your img elements to ensure that a wider variety of users have access to that information.

As a next step, try using divs to reinforce the content structure of the page. Sectioning off each content block will help with styling, readability, and creating a well-defined structure for the page. All of these things become more and more crucial as your projects grow in size and complexity.

Have fun and keep up the good work!

SUBTLETY - resources organization

great work including the image assets with your project folder and then using relative paths to link to them throughout. consider organizing your resources folder further by making two separate 'css' and 'images' folders to help split up the different types of resources.

SUBTLETY - header font size

https://github.com/ChaunteVanDeBurgh/prj-rev-bwfs-dasmoto/blob/master/ArtStore/resources/style.css#L7

check out the font-size of the main h1 heading. it looks a bit large, but you are setting the font-size right in the css. if you use devtools to inspect these elements, the h1 is actually 200px. so what is happening here?

many elements have default styling that is provided by a browser if no other styling is found. you can check out some more info about heading default styling here - https://www.w3schools.com/TAgs/tag_hn.asp the default for h1 elements is 2em, which means 2 times the current font-size. you set 100px for the div that surrounds the h1 element. so that 2em is never overwritten and the text ends up with 2 times 100px, which is 200px.

so you have a couple options here:

  • set the font-size for the divs with these calculations in mind (50px for the main heading div, etc...). but this could be confusing down the line
  • target the element directly and set the font-size that you want, overwriting the default

this all might be a bit much for now, but you'll learn more about default styling and em values in exercises to come.

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.