File tree 4 files changed +156
-0
lines changed
tutorial-code/tutorial-07
4 files changed +156
-0
lines changed Original file line number Diff line number Diff line change
1
+ < p >
2
+ < a href ="" class ="linkedin "> LinkedIn Jobs</ a >
3
+ </ p >
4
+ < p >
5
+ < a href ="" class ="glassdoor "> Glassdoor</ a >
6
+ </ p >
7
+ < p >
8
+ < a href ="" class ="indeed "> Indeed</ a >
9
+ </ p >
10
+
11
+ < style >
12
+ a {
13
+ text-decoration : none;
14
+ }
15
+
16
+ a : hover {
17
+ text-decoration : underline;
18
+ font-weight : bold;
19
+ font-style : italic;
20
+ font-size : 20px ;
21
+ text-transform : uppercase;
22
+ }
23
+
24
+ .linkedin {
25
+ color : dodgerblue;
26
+ }
27
+
28
+ .linkedin : hover {
29
+ color : royalblue;
30
+ }
31
+
32
+ .linkedin : active {
33
+ color : blue;
34
+ }
35
+
36
+ .glassdoor {
37
+ color : forestgreen;
38
+ }
39
+
40
+ .glassdoor : hover {
41
+ color : green;
42
+ }
43
+
44
+ .glassdoor : active {
45
+ color : darkgreen;
46
+ }
47
+
48
+ .indeed {
49
+ color : sienna;
50
+ }
51
+
52
+ .indeed : hover {
53
+ color : saddlebrown;
54
+ }
55
+
56
+ .indeed : active {
57
+ color : rosybrown;
58
+ }
59
+ </ style >
Original file line number Diff line number Diff line change
1
+ < p >
2
+ < a href ="" class ="linkedin "> LinkedIn Jobs</ a >
3
+ </ p >
4
+ < p >
5
+ < a href ="" class ="glassdoor "> Glassdoor</ a >
6
+ </ p >
7
+ < p >
8
+ < a href ="" class ="indeed "> Indeed</ a >
9
+ </ p >
10
+
11
+ < style >
12
+ a {
13
+ text-decoration : none;
14
+ }
15
+
16
+ a : hover {
17
+ text-decoration : underline;
18
+ font-weight : bold;
19
+ font-style : italic;
20
+ font-size : 20px ;
21
+ text-transform : uppercase;
22
+ }
23
+
24
+ .linkedin {
25
+ color : dodgerblue;
26
+ }
27
+
28
+ .linkedin : hover {
29
+ color : royalblue;
30
+ }
31
+
32
+ .linkedin : active {
33
+ color : blue;
34
+ }
35
+
36
+ .glassdoor {
37
+ color : forestgreen;
38
+ }
39
+
40
+ .glassdoor : hover {
41
+ color : green;
42
+ }
43
+
44
+ .glassdoor : active {
45
+ color : darkgreen;
46
+ }
47
+
48
+ .indeed {
49
+ color : sienna;
50
+ }
51
+
52
+ .indeed : hover {
53
+ color : saddlebrown;
54
+ }
55
+
56
+ .indeed : active {
57
+ color : rosybrown;
58
+ }
59
+ </ style >
Original file line number Diff line number Diff line change
1
+ < p >
2
+ Paragraph 1
3
+ </ p >
4
+
5
+ < p >
6
+ Paragraph 2
7
+ </ p >
8
+
9
+ < img src ="../tutorial-03/images/icons/community-icon-1.png ">
10
+
11
+ < style >
12
+ p {
13
+ color : royalblue;
14
+ font-size : 25px ;
15
+ }
16
+
17
+ p : hover {
18
+ text-decoration : underline;
19
+ cursor : crosshair;
20
+ }
21
+
22
+ p : active {
23
+ font-size : 23px ;
24
+ }
25
+
26
+ img {
27
+ width : 100px ;
28
+ }
29
+
30
+ img : hover {
31
+ width : 110px ;
32
+ cursor : pointer;
33
+ }
34
+
35
+ img : active {
36
+ width : 105px ;
37
+ }
38
+ </ style >
You can’t perform that action at this time.
0 commit comments