-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
100 lines (86 loc) · 1.18 KB
/
style.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body {
margin: 0px;
padding: 0px;
background-image: radial-gradient(#c7c7c7 25%, #c7c7c7 74%);
height: 100vh;
font-family: system-ui;
}
.main {
height: 1470px;
width: 1000px;
background-color: white;
box-shadow: 5px 7px 15px 5px #b9b6b6;
margin: 20px auto;
}
.top-section {
background-color:#151b29;
text-align: center;
padding: 20px;
}
.profile {
width: 150px;
border-radius: 50%;
}
.p1 {
color: white;
font-size: 40px;
font-weight: bold;
margin: 0px;
margin-top: 10px;
font-weight: 100;
color: #c7c7c7;
}
span {
font-weight: 100;
color: #c7c7c7;
}
.p2 {
font-size: 20px;
color: #c7c7c7;
margin: 0px;
margin-top: 10px;
}
.sidebar {
width: 35%;
float: left;
}
.main-content {
width: 62%;
float: left;
}
.line {
border-left: 1px solid #c7c7c7;
height: 800px;
width: 2%;
margin-top: 30px;
float:left;
}
.content-box {
padding: 20px;
}
.head {
font-size: 20px;
text-transform: uppercase;
font-weight: 600;
}
.p3 {
color: #7b7b7b;
margin-bottom: -5px;
}
.fa {
color: #151b29;
}
.skills {
margin-left: -20px;
margin-bottom: 0px;
}
.skills li{
padding: 5px;
}
.skills li span{
color: #7b7b7b;
}
.p-4{
font-size: 14px;
color: #7b7b7b;
}