10BC0 GitHub - kymchenet/css-tutorial-exercises-course at a787993dad22925ebfab42e309b358f3b2ac6645
Skip to content
  • Insights
  • kymchenet/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 questions.

    You'll be learning the following concepts:

    1. 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← 🔥 You are here now
    4. Learn CSS Layouts
    5. Learn Bootstrap

    Complete selection of autograded CSS exercises, for 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 and 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 which contains all the exercises.

    1. Start the tutorial/exercises by running the following command at the same level where your learn.json file is:
    $ npm i jest@24.8.0 -g
    $ learnpack start

    Note: The exercises have automatic grading but it's very rigid and strict, my recommendation is to not take the tests too serious and use them only as a suggestion or you may 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 exer 62AB cise 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!

    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 68.5%
    • HTML 21.7%
    • CSS 9.8%