-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
242 lines (205 loc) · 4.23 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: "Open Sans", helvetica, arial, sans-serif;
margin: 3vw;
/* background-image: url("background.jpeg"); */
/* background-color: whitesmoke; */
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
position: relative;
background-size: auto;
}
/* h1 {
color: #4E92DF;
z-index: 0;
display: block;
margin-left: auto;
margin-right: auto;
} */
.portfolio {
position: relative;
text-align: center;
z-index: 11;
}
/*
.h1::after {
position: absolute;
z-index: -1;
background:#4E92DF;
transform: scaleX(0.075);
transform-origin: left;
transition: transform 250ms ease-in;
} */
.logo {
text-align: left;
width: 48vw;
}
#header {
position: relative;
text-align: center;
}
img {
height: 40vh;
width: auto;
margin: 3vh 0;
}
.oval-image {
border-radius: 5%;
/* Make the border-radius 50% to create an oval shape */
overflow: hidden;
/* Hide any overflowing content */
text-align: center;
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
}
/* a,
a:visited {
color: DodgerBlue;
} */
a {
color: #000; /* Change the color to your desired color */
text-decoration: none; /* Remove underline */
}
a:hover {
text-decoration: underline; /* Add underline on hover if desired */
}
footer {
position: fixed;
}
/* @font-face {
font-family: Yellowtail;
src: url("https://cdn.glitch.com/0bbec082-7d40-4980-a895-a6a1b6e627ab%2FYellowtail-Regular.ttf?v=1608923698829");
font-weight: bold;
} */
/* Styles for the div that wraps the entire card */
.card {
@apply w-[350px] md:w-[500px];
box-shadow: 2px 2px 5px black;
border-radius: 20px;
overflow: hidden;
display: inline-block; /* Display cards inline */
margin: 10px 15px 20px 15px; /* Top Right Bottom Left */
}
/* Styles for the card image (<img/) element */
.card img {
object-fit: cover;
overflow: hidden;
width: 500px;
border-radius: 20px;
margin: 0px;
}
/* Styles for the div that wraps the text area of the card */
.card-text-box {
text-align: center; /* Center-align the text */
color: #000;
}
/* Apply styles when hovering over the card */
.card:hover {
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Change the box shadow on hover */
transform: translateY(-5px); /* Move the card up slightly on hover */
}
/* Styles for the tags */
.card-tags {
@apply hidden md:flex justify-center gap-2 mb-5;
}
.tag {
background-color: #e0e0e0;
padding: 5px 10px;
border-radius: 5px;
font-family: Verdana;
}
h1 {
text-align: center;
/* font-family: Yellowtail; */
font-family: "Courier New", Courier, monospace;
font-size: 60px;
}
h2 {
font-family: "Courier New", Courier, monospace;
font-size: 30px;
}
h3 {
/* font-family: Yellowtail; */
font-size: 30px;
}
h4 {
font-size: 20px;
font-family: "Courier New", Courier, monospace;
}
p3 {
font-family: Verdana;
margin-bottom: 20px;
}
myVideo.center {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px 30px;
}
.topnav {
background-color: transparent;
overflow: hidden;
font-family: "Courier New", Courier, monospace !important;
/* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
}
.topnav a {
float: left;
color: #000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
justify-content: space-evenly;
z-index: 2;
}
.topnav a:hover {
background-color: #34ade6;
color: black;
}
.topnav a.active {
background-color: #34ade6;
color: white;
}
footer {
position: relative;
bottom: 0;
width: 100%;
}
.right {
margin: 0;
max-width: 1500px;
width: 100%;
height: 100%;
}
.hide {
display: none;
}
.myDIV:hover + .hide {
display: block;
color: black;
}
div.center {
text-align: center;
top: -150px;
}
p,
p2 {
font-family: "Corben";
font-size: 16.5px;
}
a2,
a2:visited {
/* color: DodgerBlue; */
color: black;
}
.LI-profile-badge {
overflow: hidden;
}
section {
margin: 40px;
}