Giter Site home page Giter Site logo

wi21-cse110-lab3's People

Contributors

ayoung19 avatar

Watchers

 avatar

wi21-cse110-lab3's Issues

Borders

Requirement Details:

  • border-style
  • border-color
  • border-width
  • border-radius

Media Query

Requirement Details:

  • At least one query based on the screen width

Grid

Requirement Details:

  • Must have more than two children within the element that is using grid. Must use minimum three of the flexbox related attributes.

Grouping / Combinators

Requirement Details:

  • Selector List (element, element)
  • Descendant Combinator (element element)
  • Child Combinator (element > element)
  • General sibling combinator (element ~ element)
  • Adjacent sibling combinator (element + element)
  • Combining Two Selectors (element.class)

Comments

Requirement Details:

  • /* example */

Box Model

Requirement Details:

  • Margins
    • Long (margin-top, margin-bottom, margin-left, margin-right)
    • Short (margin: top right bottom left)
    • auto
  • Padding
    • Long (padding-top, padding-bottom, padding-left, padding-right)
    • Shorthand (padding: top right bottom left)
  • Height / Width
    • Set the height and width for an element

Unit

Requirement Details:

  • 3 relative
  • 3 absolute

Display

Requirement Details:

  • Experiment with these types: none, block, inline-block, inline. Include at least two of them in your page.

Flexbox

Requirement Details:

  • Must have more than two children within the element that is using flexbox. Must use minimum three of the flexbox related attributes.

Text

Requirement Details:

  • color
  • text-decoration
  • text-align

Colors

Requirement Details:

  • rgb(r, g, b), rgba(r, g, b, a)
  • #FFF, #FFFFFF
  • hsl(h, s, l), hsla(h, s, l, a)
  • Color name (i.e ‘green’)

Position

Requirement Details:

  • Experiment with these attributes: static, relative, fixed, absolute, sticky. Include at least two of them in your page.

Fonts

Requirement Details:

  • Include and use a 3rd party font (https://fonts.google.com/ (Links to an external site.)). You can load the font in either your HTML or your CSS

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.