You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
14
15
15
16
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>`,
16
17
2. Selecting HTML Elements from your website to apply the styles to.
17
18
3. Apply CSS Rules (styles) to those elements.
18
19
4. Use the most popular CSS Rules.
19
20
5. Learn the most popular CSS Tricks.
20
21
22
+
<h4>Before we start... other related tutorials</h4>
<li><ahref="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a> ← your are here now</li>
27
+
</ol>
28
+
Complete selection of autograded CSS exercises, anyone interested in learning CSS!
29
+
30
+
<h2>One click installation:</h2>
31
+
32
+
[](https://gitpod.io#https://github.com/4GeeksAcademy/css-tutorial-exercises-course.git)
33
+
21
34
## Manual installation
22
35
23
36
1) After downloading the exercise, make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 8+
@@ -26,9 +39,11 @@ This is the command to install the breathecode-cli
26
39
$ npm i breathecode-cli -g
27
40
```
28
41
42
+
2) 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.
43
+
29
44
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
30
45
31
-
2) Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
46
+
3) Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
0 commit comments