Giter Club home page Giter Club logo

week2.day1.uglyhtml's Introduction

week2.day1.uglyHTML

Instructions

  1. Fork and clone this repo - week2.day1.uglyHTML
  2. The HTML has already been written for you! Do NOT alter the HTML file in any way.
  3. Your task is to style the website based on a client’s wireframe by adding the appropriate CSS.
    • Wireframe #1
    • Wireframe #2
    • NOTE: being able to follow a wireframe’s specifications is an important skill for any developer
  4. Recommendations:
    • Use CSS to target element tags (h2, article, img, footer, etc.)
    • Use CSS to target elements by classes (.watch_container, .text)
      • Note: elements have already been given relevant classes and id’s
    • Tip: Having an image alongside text can be tricky. Try giving the img a “float:left” property, which makes EVERYTHING after the element float to the left of the previous element.
      • You don’t want every HTML element afterwards to “float” except the text immediately after the img. So, you’ll want to clear this effect at the beginning of every “.watch_container” with “clear:left” (“clear:both” also works!)

Helpful Resources

week2.day1.uglyhtml's People

Watchers

 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.