-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
60 lines (54 loc) · 889 Bytes
/
index.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
.tabel {
width: 13cm;
height: 20cm;
max-width: 13cm;
max-height: 20cm;
min-width: 13cm;
min-height: 20cm;
font-size: 16px;
line-height: 4px;
border: 3px solid black;
border-collapse: collapse;
border-spacing: 0px;
table-layout: fixed;
padding: 0px;
}
.tabel tr {
height: fit-content;
}
.center p {
margin-left: 35px !important;
}
.center span {
writing-mode: vertical-rl;
float: left;
font-weight: bold;
position: relative;
margin: 0px 0px 0px 15px;
}
.bordura,
.bordura td {
border: 3px solid black;
border-spacing: 0px;
padding: 3px 0px 3px 0px;
border-collapse: collapse;
}
.bordura td p {
margin-left: 10px;
}
.titlu,
.pret {
font-size: 24px;
font-style: italic;
padding: 2px 15px 2px 15px;
}
.titlu {
left: 0;
line-height: normal;
position: absolute;
}
.pret {
float: right;
line-height: normal;
color: red;
}