Skip to content

tommygonzaleza/css-tutorial-exercises-course

 
 

Repository files navigation

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. 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 [email protected] -g
$ learnpack start

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • HTML 15.9%
  • CSS 4.2%