-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
78 lines (66 loc) · 1.37 KB
/
styles.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
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
background-color: #fdfaf3;
color: #000000;
font-family: "Poppins", sans-serif;
margin: 0px;
}
.navbar {
width: 100%;
height: 12%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0rem;
border-bottom: 2px solid #000;
}
.navbar h1 {
margin-right: auto;
padding: 1rem;
}
.heading-left {
border-right: 2px solid #000;
padding-right: 20px;
}
.resume-heading {
border-left: 2px solid #000;
padding-left: 20px;
}
.main-body {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.left-div {
width: 100%;
}
.first-div,
.second-div {
padding: 11px;
border-bottom: 2px solid #000;
width: 100%;
}
.right-img {
height: 100%;
width: 41%;
object-fit: cover;
border-left: 2px solid #000;
}
.right-img1 {
height: 50%;
width: 3%;
object-fit: cover;
}
.box-flex {
display: flex;
justify-content: flex-start;
gap: 16px;
}
.box {
border: 2px solid #000;
border-radius: 32px;
padding: 16px;
width: 100px;
text-align: center;
padding: 10px;
}