-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_css_task2.css
73 lines (61 loc) · 1.03 KB
/
style_css_task2.css
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
.one {
text-decoration: none;
color: white;
}
p {
font-weight: bold;
text-align: center;
}
.table1 td {
width: 250px;
height: 20px;
text-align: left;
}
.two {
text-decoration: none;
color: rgb(19, 38, 199);
}
.table1 {
background-color: rgb(173, 217, 230);
border-right: 1px solid rgb(19, 38, 199);
}
.table1 th {
background-color: rgb(254, 165, 0);
font-weight: normal;
text-align: left;
}
.three {
text-decoration: none;
color: rgb(19, 38, 199);
}
.table2 {
background-color: lightgrey;
empty-cells: show;
}
.table2 th {
background-color: grey;
font-weight: normal;
font-size: smaller;
width: 50px;
height: 20px;
}
.table2 td {
width: 50px;
height: 20px;
border-right: 1px solid rgb(19, 38, 199);
font-size: smaller;
}
.table3,
.table1 {
width: 100%;
text-align: center;
}
.table3 {
border: 1px solid;
}
.cell-space {
width: 150px; /* Adjust the width as needed */
}
.table2 td {
text-align: center;
}