triciopa / css-tutorial-exercises-course

Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.

Home Page:https://breatheco.de/interactive-exercise/css-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Exercises Tutorial at 4Geeks Academy

follow on Twitter

Hi! I'm Alejandro Sanchez @alesanchezr, really excited to have you here! πŸŽ‰ πŸ˜‚ Learning to code is hard, you need coaching! DM me on twitter if you have any question. You'll be learning the following concepts:

  1. Using how to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a <style> tag or using an exeternal stylesheet <link>,
  2. Selecting HTML Elements from your website to apply the styles to.
  3. Apply CSS Rules (styles) to those elements.
  4. Use the most popular CSS Rules.
  5. Learn the most popular CSS Tricks.

Before we start... other related tutorials

  1. Learn HTML
  2. Learn CSS← your are here now
  3. Learn Bootstrap
Complete selection of autograded CSS exercises, anyone interested in learning CSS!

One click installation:

Open in Gitpod

Manual installation

  1. After downloading the exercise, make sure you have the breathecode-cli installed and node.js version 8+
This is the command to install the breathecode-cli
$ npm i breathecode-cli -g
  1. Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.

Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.

  1. Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
$ npm i jest@24.8.0 -g
$ cd ./css-exercises
$ breathecode run

How are the exercises organized?

Each exercise is a small react application containing the following files:

  1. index.css: your CSS code goes here.
  2. README.md: contains exercise instructions.
  3. test.js: you don't have to open this file, it contains the testing script for the exercise.

Contributors

Thanks goes to these wonderful people (emoji key):

  1. Alejandro Sanchez (alesanchezr), contribution: (coder) πŸ’» (idea) πŸ€”, (build-tests) ⚠️, (pull-request-review) πŸ‘€ (build-tutorial) βœ… (documentation) πŸ“–
  2. Paolo Lucano (plucodev), contribution: (coder), (build-tests) ⚠️

This project follows the all-contributors specification. Contributions of any kind are welcome!

About

Learn CSS with an interactive and auto-graded tutorial with dozens of exercises.

https://breatheco.de/interactive-exercise/css-exercises

License:Other


Languages

Language:JavaScript 81.1%Language:HTML 14.8%Language:CSS 3.8%Language:Dockerfile 0.2%