Coder Social home page Coder Social logo

css-workshop's Introduction

Basic CSS Workshop

When using CSS properly, we can create powerful and beatuful web sites that are easier to develop, maintain and edit. After a short review of some basics and coverage of a few new topics, the workshop focus is on real-world CSS issues and applications.

Prerequisites

  • If you are a ninja or a whatever rockstar, this course is not for you. Probably you'll know all of this. But still you can contribute to it. Fork it!
  • You know what is a webpage and how is its basic structure of an HTML page (html, body, head, ...)
  • You have a basic undertanding of the main html tags (div, p, br, ul, li, ...)

Running locally

First, clone the repo and move to that folder:

git clone [email protected]:nobuti/css-workshop.git
cd css-workshop

To bootstrap the app, you'll need Ruby 2.x. Just run:

  1. bundle install

  2. foreman start

Then visit http://0.0.0.0:5000

Outline

This is still a work in progress, so the contents can be changed. So keep your fork in sync.

  • Module 1: Introduction to CSS.

    You'll learn what is CSS, why it is important and how you can add styles to your pages. You'll learn what is a CSS rule, and how powerful are selectors.

  • Module 2: Cascading and Inheritance

    You'll learn what the term cascade means, how the browser resolve conflicts between rules and how the inheritance works in CSS.

  • Module 3: Styling Text

  • Module 4: Layout with CSS

  • Module 5: CSS3

Attributions

Thanks to @LeaVerou, this site use the awesomeness of CSSS

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

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.