File tree 1 file changed +58
-0
lines changed
tutorial-code/tutorial-08
1 file changed +58
-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
+ < style >
11
+ a {
12
+ text-decoration : none;
13
+ color : white;
14
+ padding : 5px ;
15
+ font-size : 16px ;
16
+ transition : font-size 0.5s , background-color 0.5s ;
17
+ }
18
+
19
+ a : hover {
20
+ font-size : 15px ;
21
+ }
22
+
23
+ .linkedin {
24
+ background-color : dodgerblue;
25
+ }
26
+
27
+ .linkedin : hover {
28
+ background-color : rgb (71 , 163 , 255 );
29
+ }
30
+
31
+ .linkedin : active {
32
+ background-color : rgb (125 , 190 , 255 );
33
+ }
34
+
35
+ .glassdoor {
36
+ background-color : forestgreen;
37
+ }
38
+
39
+ .glassdoor : hover {
40
+ background-color : # 35ab35 ;
41
+ }
42
+
43
+ .glassdoor : active {
44
+ background-color : # 6ceb6c ;
45
+ }
46
+
47
+ .indeed {
48
+ background-color : sienna;
49
+ }
50
+
51
+ .indeed : hover {
52
+ background-color : # c7714a ;
53
+ }
54
+
55
+ .indeed : active {
56
+ background-color : # eb956e ;
57
+ }
58
+ </ style >
You can’t perform that action at this time.
0 commit comments