Git Product home page Git Product logo

dasmoto's Introduction

Codecamy Pro Intensive - "Build websites from scratch"

Dasmoto's Arts & Crafts Dasmoto's Arts & Crafts

dasmoto's People

Contributors

gromflomite avatar

Watchers

James Cloos avatar  avatar

dasmoto's Issues

IDs for each section

Alternatively, you could use IDs instead of classes for each specific section, as IDs are unique to one element. And if you ever wanted to create a hyperlink to jump to each section of your page, you'd be able to do that with IDs.

<div id="products_brushes">
    ...
</div>
#products_brushes h2 {
  ...
}

https://github.com/Perdudum/codecademy_dasmoto_project/blob/master/index.html#L17
https://github.com/Perdudum/codecademy_dasmoto_project/blob/master/resources/css/style.css#L10-L11

Summary

(Meets Expectations)

Well done on this project! It looks like you have a solid understanding of how HTML and CSS work together for display of content. And great job with linking images in your files as well as the stylesheet in your HTML.

As a further challenge, try expanding this page and play around with adding some of your own elements to it. As you do, think about the ways to most effectively write the code and avoid repetition whenever possible (#2). Also, here is a great resource for the use of classes vs IDs if you're interested: https://css-tricks.com/the-difference-between-id-and-class/ Happy coding!

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.