Skip to content

Commit aa2d71e

Browse files
authored
Update style.css
1 parent 8d98b42 commit aa2d71e

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

src/style.css

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
.body{
1+
/*THIS CODE IS MESSY
2+
IM NOT BOTHERED TO CLEAN*/
3+
4+
.body {
25
text-align: center;
36
background-color: #1d1d1d;
47
color: #eeeeee;
5-
font-family: 'Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
8+
font-family: 'Space Grotesk','Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
69
}
710
.text-content {
811
text-align: left;
912
flex: 1;
1013
}
11-
.main{
14+
.main {
1215
margin-top: 200px;
1316
margin-bottom: 100px;
1417
font-size: 1.2rem;
1518
color: #F5F5DC;
16-
font-family: 'Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
17-
border-radius: 8px;
18-
padding: 5px;
19-
background-color: #7a1fa2;
20-
max-width: 800px;
21-
margin: 10px auto;
19+
font-family: 'Space Grotesk','Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
20+
border-radius: 8px;
21+
padding: 5px;
22+
background-color: #7a1fa2;
23+
max-width: 800px;
24+
margin: 10px auto;
2225
transform: translateY(45%);
2326
text-align: center;
2427
background-color: var(--primary-color);
@@ -96,7 +99,6 @@
9699
left: 100%;
97100
}
98101

99-
/* Update mobile styles */
100102
@media screen and (max-width: 768px) {
101103
.social button {
102104
font-size: 1.2rem;
@@ -152,7 +154,7 @@ a:hover{
152154
color: #eeeeee;
153155
background-color: transparent;
154156
border: none;
155-
font-family: 'Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
157+
font-family: 'Space Grotesk','Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
156158
cursor: pointer;
157159
width: 100vw;
158160
height: 100vh;
@@ -202,19 +204,18 @@ audio::-webkit-media-controls-mute-button {
202204
opacity: 0;
203205
pointer-events: none;
204206
}
205-
/* Base Styles */
207+
206208
:root {
207209
--primary-color: #7a1fa2;
208210
--background-color: #1d1d1d;
209211
--text-color: #eeeeee;
210212
--hover-color: #2e2e2e;
211213
--link-hover: rgb(81, 148, 255);
212-
--font-stack: 'Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
214+
--font-stack: 'Space Grotesk','Outfit','Sour Gummy', 'Afacad Flux', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
213215
--transition-speed: 0.5s;
214216
--border-radius: 8px;
215217
}
216218

217-
/* Global Styles */
218219
* {
219220
margin: 0;
220221
padding: 0;
@@ -236,7 +237,6 @@ html {
236237
overflow-x: hidden;
237238
}
238239

239-
/* Content Layout */
240240
.content-wrapper {
241241
display: flex;
242242
align-items: center;
@@ -255,7 +255,6 @@ html {
255255
animation-delay: 0.5s;
256256
}
257257

258-
/* Main Section Styling */
259258
.main {
260259
margin-top: 200px;
261260
margin-bottom: 100px;
@@ -281,7 +280,6 @@ html {
281280
box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
282281
}
283282

284-
/* Profile Section */
285283
.profile-section {
286284
display: flex;
287285
align-items: flex-start;
@@ -349,9 +347,6 @@ html {
349347
100% { transform: scale(1); }
350348
}
351349

352-
/* Update the HTML to use the heart class */
353-
354-
/* Profile Picture */
355350
.pfp {
356351
width: 150px;
357352
height: 150px;
@@ -370,7 +365,7 @@ html {
370365
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.45);
371366
}
372367

373-
/* Social Buttons */
368+
374369
.social {
375370
margin-top: 25px;
376371
display: flex;
@@ -414,7 +409,6 @@ html {
414409
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
415410
}
416411

417-
/* Animations */
418412
@keyframes fadeIn {
419413
from { opacity: 0; }
420414
to { opacity: 1; }
@@ -437,7 +431,6 @@ html {
437431
100% { transform: scale(1); }
438432
}
439433

440-
/* Media Queries */
441434
@media screen and (max-width: 768px) {
442435
.main {
443436
margin: 20px;
@@ -472,7 +465,6 @@ html {
472465
}
473466
}
474467

475-
/* Print Styles */
476468
@media print {
477469
.overlay,
478470
.social button {

0 commit comments

Comments
 (0)