-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
71 lines (66 loc) · 996 Bytes
/
styles.css
File metadata and controls
71 lines (66 loc) · 996 Bytes
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;
padding: 0px;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
overflow-x: hidden;
}
hr{
background-color:#EAF6F6;
border-style:none;
border-top-style: dotted;
border-color:grey;
border-width:5px;
width : 5%;
}
h3{
font-size: 30px;
color:#66BFBF;
}
h1{
font-size: 40px;
color:chartreuse;
}
div{
border-color: black;
}
.intro{
border-color: black;
}
.edu{
}
.skill{
}
.work{
}
.head-name{
color:rgb(0, 0, 0);
position: relative;
right: -30px;
}
.divq{
background-color: rgb(9, 20, 20);
position: relative;
width: 100%;
height: 80px;
}
.hob{
background-color: transparent;
position: relative;
left: 1150px;
bottom: 1000px;
}
.cont{
background-color: transparent;
position: relative;
left: 1000px;
bottom: 1000px;
}
.for{
background-color: transparent;
position: relative;
left: 910px;
bottom: 1000px;
}