-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
82 lines (79 loc) · 1.09 KB
/
index.css
File metadata and controls
82 lines (79 loc) · 1.09 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
77
78
79
80
81
82
body{
background-color: yellow;
}
.details{
display: flex;
}
.firstdetails{
margin-left: 20px;
background-color: rgb(241, 11, 11);
height: 650px;
width: 300px;
color: white ;
line-height: 0%;
}
#james{
margin-top: 10px;
margin-left: 50px;
}
#location{
display: flex;
margin-left: 20px;
}
#whatsapp{
display: flex;
margin-left: 20px;
}
#gmail{
display: flex;
margin-left: 20px;
}
#call{
display: flex;
margin-left: 20px;
margin-bottom: 10px;
}
.seconddetails{
background-color: greenyellow;
width: 1000px;
}
h1{
text-align: center;
font-size: 50px;
line-height: 0%;
}
h2{
text-align: center;
}
h3{
margin-left: 10px;
}
#education{
margin-left: 10px;
/* line-height: 5px; */
}
#homeland{
margin-top: 30px;
}
#reference{
margin-top: 40px;
}
#p{
margin-left: 10px;
}
#about{
margin-left: 10px;
}
#babs{
margin-left: 10px;
line-height: 0%;
}
#post{
margin-left: 10px;
line-height: 0%;
margin-bottom: 40px;
}
#skills{
margin-left: 10px;
line-height: 10px;
}