-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (85 loc) · 1.38 KB
/
style.css
File metadata and controls
107 lines (85 loc) · 1.38 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
html
{
scroll-behavior: smooth;
}
body {
font-family: 'Lato', sans-serif;
text-align: center;
}
h1 {
font-size: 3.5rem;
font-weight: 700;
}
h2 {
font-family: 'Lato', sans-serif;
font-size: 2.3rem;
padding-bottom: 3%;
font-weight: 800;
}
h3 {
font-size: 1.9rem;
font-weight: 700;
}
p {
color: #807e7e;
font-family: 'Ubuntu', sans-serif;
font-size: 1.5rem;
}
.home {
padding: 3.5% 13% 6%;
text-align: center;
}
.profile-image {
size: 300px;
padding: 6.5% 1%;
}
/* Navigation bar */
.navbar-brand {
font-size: 2.3rem;
font-weight: 600;
padding: 1%;
}
.nav-link {
font-size: 1.2rem;
font-weight: bold;
}
.navbar {
padding: 3% 13% 0%;
}
/* ID */
#home-section,
#navigation {
background-color: #b7efcd;
}
/* Skills Section */
#skills {
padding: 5% 12%;
}
.skill-info p {
font-size: 1.1rem;
color: #8f8f8f;
}
.skill-icon {
padding-bottom: 5%;
}
.icon:hover {
color: #2bdfb8;
transition: 0.3s;
}
/* Certification section */
#certificate {
padding: 5% 12%;
background-color: #b7efcd;
}
/* Footer */
#footer {
padding: 5% 12%;
}
.social-icon {
padding: 2%;
}
.social-icon:hover {
color: rgba(18, 78, 156, 0.884);
padding: 2%;
transition: 0.3s;
}