forked from bk-blockchain/20192-web-programming
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.css
More file actions
76 lines (64 loc) · 1.33 KB
/
Copy pathprofile.css
File metadata and controls
76 lines (64 loc) · 1.33 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
75
76
/* th {
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
} */
/* td {
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
} */
.body {
justify-content: center;
}
.footer {
text-align: center;
color: red;
}
.add-info-table {
margin: auto;
width: 90%;
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
}
.personal-info-table {
margin: auto;
width: 90%;
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
}
.personal-info-title {
border-top: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
.personal-info-content {
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
.add-info {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
.add-info-title {
padding: 6px;
font-weight: bold;
width: 15%;
vertical-align: top;
border-right: 1px solid #000000;
}
.personal-info {
font-weight: bold;
font-size: 16px;
}
#personal-image {
width: 260px;
height: 260px;
}
#image {
width: 300px;
text-align: center;
}