File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 12
12
}
13
13
body {
14
14
font-family : Arial, Helvetica, sans-serif;
15
- background-color : # eee ;
15
+ background-color : # f7f7f7 ;
16
16
}
17
17
h1 {
18
18
text-align : center;
24
24
width : 90% ;
25
25
border : 1px solid black;
26
26
border-collapse : collapse;
27
+ box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.4 );
28
+ /* font-weight: bold; */
27
29
}
28
30
table th , td {
29
31
border : 1px solid black;
30
32
padding : 5px 20px ;
31
33
}
34
+ a {
35
+ text-decoration : none;
36
+ }
37
+ a : hover {
38
+ text-decoration : underline;
39
+ }
32
40
.center {
33
41
text-align : center;
34
42
}
43
+ # t-head {
44
+ background-color : yellow;
45
+ }
35
46
</ style >
36
47
</ head >
37
48
< body >
38
49
< h1 > HTML CSS JavaScript Projects</ h1 >
39
50
< table >
40
- < tr >
51
+ < tr id =" t-head " >
41
52
< th class ="center "> No.</ th >
42
53
< th > Project Name</ th >
43
54
< th > Live link</ th >
44
55
</ tr >
45
56
< tr >
46
57
< td class ="center "> 1</ td >
47
58
< td > Age Calculator</ td >
48
- < td class ="center "> < a href ="# " target ="_blank "> Click here</ a > </ td >
59
+ < td class ="center "> < a href ="./project-1-age-calculator/index.html " target ="_blank "> Click here</ a > </ td >
49
60
</ tr >
50
61
< tr >
51
62
< td class ="center "> 2</ td >
@@ -59,4 +70,4 @@ <h1>HTML CSS JavaScript Projects</h1>
59
70
</ tr >
60
71
</ table >
61
72
</ body >
62
- </ html >
73
+ </ html >
You can’t perform that action at this time.
0 commit comments