/css-tutorial-exercises-course

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

Primary LanguageJavaScriptOtherNOASSERTION

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 external 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 HTML5 Forms
  3. Learn CSS← 🔥 your are here now
  4. Learn CSS Layouts
  5. Learn Bootstrap

Complete selection of autograded CSS exercises, anyone interested in learning CSS!

One click installation:

Open in Gitpod

Manual installation

  1. Install the learnpack package manager for education and the html plugin to compile an test html exercises:
$ npm i learnpack -g
$ learnpack plugins:install learnpack-html
  1. Download the exercises
$ learnpack install css-tutorial-exercises-course

Note: Once you finish downloading, you will need to cd into the exercises folder and 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 learn.json file is:
$ npm i jest@24.8.0 -g
$ learnpack start

Note: The exercises have automatic grading but its very rigid and strict, my recomendation is to ignore the tests and use them only as a recomendation or you can get frustrated.

How are the exercises organized?

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

  1. index.html: all websites and exercises start from the index.html
  2. styles.css: your CSS code goes here, some exercises will make you update this file
  3. README.md: contains exercise instructions.
  4. 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 (plucodev), contribution: (bug reports) 🐛, contribution: (coder), (translation) 🌎

  3. Daniel Machota (@d4rkm0nst3r), contribution: (build-tutorial) ✅, Translation 🌍

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