-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (59 loc) · 1.31 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
.header{
position:sticky;
top: 0px;
background-color: #fff;
border-top: solid black 10px;
}
.main-division {
display: flex;
width: 80%;
margin :auto;
font-family: Arial, Helvetica, sans-serif;
}
.profile-picture {
width: 50%;
border-radius: 60px;
}
nav {
display: grid;
grid-template-columns: 3fr 1fr;
gap: 0rem;
position: sticky;
position: fixed;
height: 100px;
width: 60%;
z-index: 1;
color: #000000;
background-color: #fff;
box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.05);
border-radius: 30px;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}
.first-experience {
padding-top: 100px;
}
.experience {
margin-left: 20px;
margin-right: 30px;
}
.below-image{
margin-top: 150px;
display: flex;
flex-direction: column;
gap: 0rem;
color: gray;
line-height: 18px;
width: 10rem;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
flex : 2;
}
h5 {
color: gray;
font-family: Arial, Helvetica, sans-serif;
}
h4 {
color: #3b3f3f;
font-weight: bold;
}