Code Monkey home page Code Monkey logo

fa21-cse110-lab3's People

Watchers

 avatar

fa21-cse110-lab3's Issues

CSS Flexbox Checklist Item

Implement flexbox that allows elements to lay themselves out automatically.

  • Apply flex to the display property
  • Must have more than two children on element using flexbox
  • Must use minimum of three flexbox related attributes

CSS Units of Measurement Checklist Item

Implement Units of Measurement in CSS Stylesheet for sizing and spacing elements.

3 Relative Units

  • Instance 1
  • Instance 2
  • Instance 3

3 Absolute Units

  • Instance 1
  • Instance 2
  • Instance 3

CSS Position Checklist Item

Implement positioning on the page in a CSS Stylesheet, making use of two of the following features on the position property.

  • static
  • relative
  • fixed
  • absolute
  • sticky

CSS Combinators Checklist Item

Specify selections based on element positioning in the DOM tree

  • Decendant Combinator (element element)
  • Child Combinator (element > element)
  • General Sibling Combinator (element ~ element)
  • Adjacent Sibling Combinator (element + element)
  • Combining Two Selectors (element.class)

CSS Display Settings Checklist Item

Edit display settings in CSS Stylesheet, experimenting with these values: none, block, inline-block, inline on the display.

Include at least two of them in your page.

  • Instance One
  • Instance Two

Standup Template

  • Create a standup notes template in a Markdown file standup.md

CSS Box Model Checklist Item

Configure containers that hold HTML content in CSS Stylesheet.

Margin

Spacing between html elements

  • Long (margin-top, margin-bottom, margin-left, margin-right)
  • Short (margin: <top> <right> <bottom> <left>)
  • Auto margins: margin: auto

Padding

Spacing within html elements

  • Long (padding-top, padding-bottom, padding-left, padding-right)
  • Short (padding: <top> <right> <bottom> <left>)

Borders

borders around html elements (try before using margin/padding)

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

CSS Color Checklist Item

Implement Colors to HTML elements in CSS Stylesheet.

  • rgb(r, g, b) or rgba(r, g, b, a) /* red, green, blue, alpha values */
  • #FFF or #FFFFFF /* hex codes */
  • hsl(h, s, l) or hsla(h, s, l, a) /* hue, saturation, lightness, alpha values */
  • Color Name

CSS Grid Checklist Item

Implement grid for the layouts

  • Apply grid to display property
  • Must have more than two children within element using the grid
  • Must use minimum of three grid related attributes

CSS Regular Selectors Checklist Item

Implement various types of selectors to select HTML elements to style.

  • Class Selector (.class)
  • ID Selector (#id)
  • Universal Selector (*)
  • Event selector (element)
  • Attribute selector (e.g. [attribute=foo])
  • Psuedo-class Selector (e.g. p:hover)
  • Selector List (element, element)

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.