-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.css
116 lines (101 loc) · 1.73 KB
/
index.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body {
background-image: linear-gradient(
180deg,
#010216 0%,
rgba(9, 11, 49, 0) 100%
);
background-repeat: no-repeat;
filter: drop-shadow(0px 4px 4px rgba(160, 138, 138, 0.25));
}
.intro-section {
position: relative;
top: 35px;
text-align: left;
padding-bottom: 2em;
}
.intro {
font-family: "Fira Code", monospace;
color: #3fd4ba;
font-size: 1em;
text-align: left;
}
.name {
font-family: "Inter", sans-serif;
font-size: 3em;
color: white;
text-align: left;
}
.description {
font-family: "Inter", sans-serif;
font-size: 3em;
color: white 50%;
/* text-align: left; */
opacity: 50%;
color: #3fd4ba;
}
.description2 {
/* text-align: left; */
font-family: "Inter", sans-serif;
color: white;
font-size: 1.2em;
}
ul {
list-style: none;
text-align: left;
}
a {
font-family: "Fira Code", monospace;
color: #3fd4ba;
text-align: left;
}
.projects {
text-align: left;
}
.block-title {
font-family: "Fira Code", monospace;
color: #3fd4ba;
font-size: 2em;
text-align: left;
}
.exp-box {
text-align: left;
}
nav {
position: absolute;
top: 0;
right: 0;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 20px;
}
nav a {
margin-left: 20px;
}
.center-section {
position: relative;
text-align: center;
margin: 0 auto; /* Add this line */
width: 50%; /* Add this line */
}
.resume-link {
color: black;
text-align: left;
}
.Socials iconify-icon {
color: black;
font-size: 30px;
margin: 0 20px; /* add space between icons */
text-align: left;
}
a {
text-decoration: none;
}
.project-name {
font-family: "Inter", sans-serif;
font-style: italic;
font-size: 1.3em;
}
.project-description {
font-family: "Inter", sans-serif;
}