-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
71 lines (61 loc) · 1.19 KB
/
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
61
62
63
64
65
66
67
68
69
70
71
body {
margin: 0px;
display: inline;
font-size: smaller;
background-color: black;
}
p.obj {
display: inline;
font-family: calibri;
font-size:medium;
}
.container {
max-width: 500px;
background-color: rgb(233, 233, 233);
margin: 40px auto 0px;
padding: 40px;
}
.header {
margin-bottom: 30px;
}
.full-name {
font-size: larger;
font-family: Comic sans MS;
}
hr.hr-1 {
height: 3px;
border: 0px;
color: red;
background-color: red;
}
hr.hr-2 {
height: 1px;
border-top-width: 1.5px;
border-bottom-width: 1.5px;
border-color: black;
background-color: rgb(255, 255, 255);
margin-top: 1px;
margin-bottom: 0px;
}
hr.hr-3 {
height: 1px;
border-top-width: 1.5px;
border-bottom-width: 1.5px;
border-color: black;
background-color: rgb(255, 255, 255);
margin-top: 1px;
margin-bottom: 0px;
}
/* hr.hr-4{
display: inline-block;
height: 4px;
border: none;
background-color: rgb(226, 225, 225);
} */
.Phone-info {
float:right;
}
div.hr-2 {
margin-top: 0px;
background-color: rgb(244, 244, 244);
}