1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Intro
Welcome to this interactive training to learn CSS selectors or reinforce your knowledge. To get started, you can type ok in the input field. This way, you will have selected your first element with CSS and move on to the next step.
CSS Code
? {
color: #a3e635;
text-shadow: 0 0 5px #a3e63580;
}HTML
1<div class="card">
2 <h3>Intro</h3>
3 <p>Welcome to this interactive training to learn CSS selectors or reinforce your knowledge.</p>
4 <ok>Start</ok>
5</div>Intro
Welcome to this interactive training to learn CSS selectors or reinforce your knowledge.
Start
http://localhost:3000
Intro
Welcome to this interactive training to learn CSS selectors or reinforce your knowledge.