-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask1.css
More file actions
75 lines (70 loc) · 1.17 KB
/
Copy pathtask1.css
File metadata and controls
75 lines (70 loc) · 1.17 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
table{
border:30px solid blue;
}
td{
border:1.5px dotted green;
height:50px;
width:200px;
text-align:center;
-webkit-transition:ease, height 1s ease;
}
#added comments
td:hover{
border: 3px outset yellow;
}
td.apple:hover{
background-image:url(apple.jpg);
height:200px;
color:#b2b2b2;
font-weight:bold;
}
td.banna:hover{
background-image:url(banana.jpg);
height:200px;
color:#1e41db;
font-weight:bold;
}
td.ora:hover{
background-image:url(orange.jpg);
height:200px;
color:#1e41db;
font-weight:bold;
}
td.pine:hover{
background-image:url(pineapple.jpg);
height:200px;
color:yellow;
font-weight:bold;
background-size:200px 200px;
}
td.alm:hover{
background-image:url(Almond.jpg);
height:200px;
color:#1e41db;
font-weight:bold;
}
td.pap:hover{
background-image:url(papaya.jpg);
height:200px;
color:#1e41db;
font-weight:bold;
}
td.water:hover{
background-image:url(watermelon.jpg);
height:200px;
color:white;
font-weight:bold;
}
td.gra:hover{
background-image:url(grapes.jpg);
height:200px;
color:#1e41db;
font-weight:bold;
}
td.guv:hover{
background-image:url(guvava.jpg);
height:200px;
color:#1e41db;
font-weight:bold;
background-size:200px 200px;
}