Giter Site home page Giter Site logo

fe-css-fundamentals-london-web-071519's Introduction

CSS Fundamentals

Overview

In this lesson we will learn about the fundamentals of CSS including syntax, formatting, selecting HTML elements to style, as well as font and color properties.

What's Covered in This Lesson

  1. Explain the purpose of CSS
  2. List and use various CSS syntax
  3. Use various formats of CSS
  4. Use CSS Selectors
  5. Use font & color properties

Styling The Front-End

<iframe width="640" height="480" src="//www.youtube.com/embed/-k-1TU8qq0Q?rel=0" frameborder="0" allowfullscreen></iframe>

Note: Slides for this lecture video are provided in the resources at the bottom of this lesson.

Summary

  • CSS allows us to style our HTML pages.
  • CSS has three distinct formats, although external CSS is considered the best option for styling websites.
  • CSS provides a wide range of selectors to select different elements. Get to know them all.
  • The more specific a selector, the more authority it has.
  • Some properties are inherited from a parent element and others are not.
  • Colors can be specified using color names, hex, rgb, rgba, hsl, or hsla.
  • There are a wide range of font properties to adjust your text.
  • We can load web fonts that might not be available on the site visitor's computer by telling our CSS to load them from our server instead.
  • Comments in CSS are written like /* this */.

Resources

View CSS Fundamentals on Learn.co and start learning to code for free.

fe-css-fundamentals-london-web-071519's People

Contributors

jongrover avatar annjohn avatar fislabstest avatar fs-lms-test-bot avatar maxwellbenton avatar dandanberry avatar victhevenot avatar

Watchers

James Cloos avatar  avatar Mohawk Greene avatar  avatar Bernard Mordan avatar Otha avatar raza jafri avatar  avatar Joe Cardarelli avatar  avatar Michelle Rios avatar  avatar  avatar Ben Oren avatar Matt avatar Antoin avatar Alex Griffith avatar  avatar Amanda D'Avria avatar  avatar Ahmed avatar Nicole Kroese  avatar Dominique De León avatar  avatar Lisa Jiang avatar Vicki Aubin avatar  avatar  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.