Giter Site home page Giter Site logo

checkpoint-01's Introduction

Checkpoint 01

Instructions

  1. Fork this repo.
  2. Clone your fork.
  3. Follow the instructions.
  4. Make one commit for each question.
  5. Open a pull request to this repo.

If you finish early, try tackling the Moonrise Kingdom exercise.


HTML

#1

Open up index.html in a text editor and browser. Link to the provided stylesheet.

Commit

#2

Identify one non-semantic tag and replace it with a semantic one.

Commit

#3

Something about the image tag is incorrect. Fix the error.

Commit

#4

Change the title of the page. Specifically, change what shows in the tab of the page (i.e., at the top of the browser).

Commit

#5

Set the margin to 0 for each direct child of:

  • header
  • footer
  • .main
  • aside

Commit

#6

If you inspect the .left and .right elements, you will see that they have width: 50%; and float: left. However, they are not sitting next to each other.

Fix this issue without modifying any of .left and .right's padding, border, or width.

Commit

#7

When the page is fewer than 600px wide, the background of .main turns red.

Instead of making .main red, reorder the elements to...

  1. Header
  2. Main
  3. Aside
  4. Aside
  5. Footer

Do this using only CSS -- do not rearrange the HTML.

Commit

#8

Open up workflow.txt

Rearrange the lines to identify the correct workflow for submitting a pull request on a non-master branch.

Remove the lines that are not required in this workflow.

Commit

checkpoint-01's People

Contributors

jshawl avatar dlin-boop avatar amaseda avatar beckybeauchamp1 avatar robertakarobin avatar

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.