Giter VIP home page Giter VIP logo

tea-cozy's People

Watchers

 avatar

tea-cozy's Issues

Nice CSS stylesheet!

Nothing specific here, but good work on your stylesheet. It accomplishes everything needed without any repeated styles or general fluff. It's a readable and clean file! CSS can be tricky so you've done a great job!

Removing .DS_Store from your Git

.DS_Store is an annoying file that pops up often in development projects. One way to remove this from cluttering up your repo is to create a .gitignore file. This file only lives in your local repo and is never shown on your Github. It acts like a text file where we can specify specific files or prefixes to not be included in our commits. Such as .DS_Store.

Here's some more reading on it. Note, this isn't an issue, just something for you to look into!

https://help.github.com/articles/ignoring-files/

Location h2 margin

Tiny, tiny spec miss. The spec calls for 15px between the Location h2 and the location boxes. You're using default margin, which on Chrome is ~27px. So we'd just want to add a margin-bottom to the location h2 of 15px to override that.

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.