-
Notifications
You must be signed in to change notification settings - Fork 0
/
table.css
105 lines (101 loc) · 1.71 KB
/
table.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
caption{
caption-side: top;
}
.table1{
border-collapse: collapse;
text-align: center;
width: 100%;
text-transform: uppercase;
border: 3px solid black;
font-weight: 500;
font-size: larger;
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
.table1 th{
padding: 20px;
border: 4px solid black;
}
.table1 td{
padding: 20px;
border: 2px solid black;
}
/* .td1{
writing-mode: tb-rl;
text-orientation: upright;
text-align: center;
} */
.table2{
border-collapse: collapse;
width: 87%;
margin-left: auto;
margin-right: auto;
border: 3px solid black;
}
.table2 th{
text-transform: uppercase;
text-align: left;
width: 20%;
border: 2px solid black;
}
.table2 td{
border: 2px solid black;
}
.span1{
margin-left: 600px;
font-size: larger;
}
.span2{
margin-left:420px;
font-size: larger;
}
.case{
text-transform: lowercase;
}
.table3{
width:87%;
margin-left: auto;
margin-right: auto;
font-size: larger;
}
.center{
font-size: larger;
}
.table4{
margin-left: 6%;
margin-right: auto;
font-size: larger;
}
.table4 th{
text-align: left;
}
.img{
height: 60%;
width: 60%;
}
.space2{
font-size: smaller;
}
.space{
font-size: 25px;
letter-spacing: 2px;
}
.div1{
display: flex;
flex-flow: row;
/* padding: 2rem, 2rem; */
/* align-items: center; */
/* position: fixed; */
}
.div2{
margin-left: 6%;
text-align: center;
margin-top: 4%;
}
.div3{
flex: 1;
text-align: center;
margin-right: 15%;
margin-top: 2%;
}