Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -5,174 +5,151 @@
|
|
| 5 |
font-family: "Inter", "Segoe UI", system-ui, sans-serif;
|
| 6 |
}
|
| 7 |
|
| 8 |
-
/* =====
|
| 9 |
body {
|
| 10 |
min-height: 100vh;
|
| 11 |
background:
|
| 12 |
-
radial-gradient(
|
| 13 |
-
radial-gradient(
|
| 14 |
-
linear-gradient(180deg, #
|
| 15 |
-
color: #
|
| 16 |
-
padding:
|
| 17 |
}
|
| 18 |
|
| 19 |
-
/* =====
|
| 20 |
.glass {
|
| 21 |
-
max-width:
|
| 22 |
-
margin: 0 auto
|
| 23 |
-
padding:
|
| 24 |
-
border-radius:
|
| 25 |
|
| 26 |
-
background: rgba(255, 255, 255, 0.
|
| 27 |
-
backdrop-filter: blur(
|
| 28 |
-
-webkit-backdrop-filter: blur(
|
| 29 |
|
| 30 |
-
border: 1px solid rgba(255,
|
| 31 |
|
| 32 |
box-shadow:
|
| 33 |
-
0
|
| 34 |
-
inset 0 1px 0 rgba(255,255,255,0.
|
| 35 |
|
| 36 |
-
transition: transform 0.
|
| 37 |
}
|
| 38 |
|
| 39 |
.glass:hover {
|
| 40 |
-
transform: translateY(-
|
| 41 |
box-shadow:
|
| 42 |
-
0
|
| 43 |
-
inset 0 1px 0 rgba(255,255,255,0.
|
| 44 |
}
|
| 45 |
|
| 46 |
-
/* =====
|
| 47 |
h1 {
|
| 48 |
font-size: 44px;
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
background: linear-gradient(
|
| 53 |
-
90deg,
|
| 54 |
-
#93c5fd,
|
| 55 |
-
#c4b5fd,
|
| 56 |
-
#bae6fd
|
| 57 |
-
);
|
| 58 |
-
-webkit-background-clip: text;
|
| 59 |
-
-webkit-text-fill-color: transparent;
|
| 60 |
}
|
| 61 |
|
| 62 |
.subtitle {
|
| 63 |
-
font-size:
|
| 64 |
-
opacity: 0.
|
| 65 |
-
margin
|
| 66 |
}
|
| 67 |
|
| 68 |
h2 {
|
| 69 |
-
font-size:
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
}
|
| 74 |
|
| 75 |
-
/* ===== PARAGRAPH ===== */
|
| 76 |
p {
|
| 77 |
-
font-size: 15.
|
| 78 |
-
line-height:
|
| 79 |
-
color: #
|
| 80 |
}
|
| 81 |
|
| 82 |
/* ===== LINKS ===== */
|
| 83 |
.links a {
|
| 84 |
display: inline-block;
|
| 85 |
-
margin-right:
|
| 86 |
-
margin-top:
|
|
|
|
|
|
|
| 87 |
text-decoration: none;
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
.links a::after {
|
| 94 |
-
content: "";
|
| 95 |
-
position: absolute;
|
| 96 |
-
left: 0;
|
| 97 |
-
bottom: -6px;
|
| 98 |
-
width: 100%;
|
| 99 |
-
height: 2px;
|
| 100 |
-
background: linear-gradient(90deg, #93c5fd, #c4b5fd);
|
| 101 |
-
transform: scaleX(0);
|
| 102 |
-
transition: transform 0.4s ease;
|
| 103 |
}
|
| 104 |
|
| 105 |
-
.links a:hover
|
| 106 |
-
|
| 107 |
}
|
| 108 |
|
| 109 |
-
/* ===== SKILLS
|
| 110 |
.skills {
|
| 111 |
display: flex;
|
| 112 |
flex-wrap: wrap;
|
| 113 |
-
gap:
|
| 114 |
}
|
| 115 |
|
| 116 |
.skills span {
|
| 117 |
-
padding:
|
| 118 |
border-radius: 999px;
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
color: #f9fafb;
|
| 126 |
}
|
| 127 |
|
| 128 |
-
/* ===== PROJECT
|
| 129 |
.project {
|
| 130 |
-
margin-top:
|
| 131 |
-
padding:
|
| 132 |
-
border-radius:
|
| 133 |
-
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
border: 1px solid rgba(255,255,255,0.48);
|
| 138 |
}
|
| 139 |
|
| 140 |
.project h3 {
|
| 141 |
font-size: 20px;
|
|
|
|
| 142 |
margin-bottom: 10px;
|
| 143 |
-
color: #
|
| 144 |
}
|
| 145 |
|
| 146 |
-
/* ===== PROJECT BUTTON ===== */
|
| 147 |
.project-btn {
|
| 148 |
display: inline-block;
|
| 149 |
-
margin-top:
|
| 150 |
-
padding:
|
| 151 |
border-radius: 999px;
|
| 152 |
|
| 153 |
-
background:
|
| 154 |
-
|
| 155 |
-
#93c5fd,
|
| 156 |
-
#c4b5fd
|
| 157 |
-
);
|
| 158 |
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
text-decoration: none;
|
| 163 |
|
| 164 |
-
transition:
|
| 165 |
}
|
| 166 |
|
| 167 |
.project-btn:hover {
|
| 168 |
transform: scale(1.08);
|
| 169 |
-
|
| 170 |
}
|
| 171 |
|
| 172 |
/* ===== FOOTER ===== */
|
| 173 |
footer {
|
| 174 |
text-align: center;
|
| 175 |
-
font-size:
|
| 176 |
-
opacity: 0.
|
| 177 |
-
margin-bottom:
|
| 178 |
}
|
|
|
|
| 5 |
font-family: "Inter", "Segoe UI", system-ui, sans-serif;
|
| 6 |
}
|
| 7 |
|
| 8 |
+
/* ===== BACKGROUND : CALM, EXPENSIVE ===== */
|
| 9 |
body {
|
| 10 |
min-height: 100vh;
|
| 11 |
background:
|
| 12 |
+
radial-gradient(1000px at 15% 10%, rgba(255,255,255,0.06), transparent 40%),
|
| 13 |
+
radial-gradient(800px at 85% 30%, rgba(255,255,255,0.04), transparent 45%),
|
| 14 |
+
linear-gradient(180deg, #0a0d12, #0a0d12);
|
| 15 |
+
color: #f1f5f9;
|
| 16 |
+
padding: 70px 20px;
|
| 17 |
}
|
| 18 |
|
| 19 |
+
/* ===== GLASS CARD : TRUE FROSTED ===== */
|
| 20 |
.glass {
|
| 21 |
+
max-width: 900px;
|
| 22 |
+
margin: 0 auto 90px;
|
| 23 |
+
padding: 52px;
|
| 24 |
+
border-radius: 36px;
|
| 25 |
|
| 26 |
+
background: rgba(255, 255, 255, 0.14);
|
| 27 |
+
backdrop-filter: blur(40px);
|
| 28 |
+
-webkit-backdrop-filter: blur(40px);
|
| 29 |
|
| 30 |
+
border: 1px solid rgba(255,255,255,0.28);
|
| 31 |
|
| 32 |
box-shadow:
|
| 33 |
+
0 80px 180px rgba(0,0,0,0.9),
|
| 34 |
+
inset 0 1px 0 rgba(255,255,255,0.4);
|
| 35 |
|
| 36 |
+
transition: transform 0.7s ease, box-shadow 0.7s ease;
|
| 37 |
}
|
| 38 |
|
| 39 |
.glass:hover {
|
| 40 |
+
transform: translateY(-12px);
|
| 41 |
box-shadow:
|
| 42 |
+
0 110px 220px rgba(0,0,0,1),
|
| 43 |
+
inset 0 1px 0 rgba(255,255,255,0.55);
|
| 44 |
}
|
| 45 |
|
| 46 |
+
/* ===== TYPOGRAPHY ===== */
|
| 47 |
h1 {
|
| 48 |
font-size: 44px;
|
| 49 |
+
font-weight: 600;
|
| 50 |
+
letter-spacing: 0.3px;
|
| 51 |
+
color: #f8fafc;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
|
| 54 |
.subtitle {
|
| 55 |
+
font-size: 15px;
|
| 56 |
+
opacity: 0.75;
|
| 57 |
+
margin: 18px 0 28px;
|
| 58 |
}
|
| 59 |
|
| 60 |
h2 {
|
| 61 |
+
font-size: 24px;
|
| 62 |
+
font-weight: 500;
|
| 63 |
+
margin-bottom: 20px;
|
| 64 |
+
color: #e5e7eb;
|
| 65 |
}
|
| 66 |
|
|
|
|
| 67 |
p {
|
| 68 |
+
font-size: 15.5px;
|
| 69 |
+
line-height: 2;
|
| 70 |
+
color: #cbd5e1;
|
| 71 |
}
|
| 72 |
|
| 73 |
/* ===== LINKS ===== */
|
| 74 |
.links a {
|
| 75 |
display: inline-block;
|
| 76 |
+
margin-right: 26px;
|
| 77 |
+
margin-top: 24px;
|
| 78 |
+
font-size: 14px;
|
| 79 |
+
letter-spacing: 1px;
|
| 80 |
text-decoration: none;
|
| 81 |
+
color: #e5e7eb;
|
| 82 |
+
padding-bottom: 4px;
|
| 83 |
+
border-bottom: 1px solid rgba(255,255,255,0.3);
|
| 84 |
+
transition: 0.4s ease;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
}
|
| 86 |
|
| 87 |
+
.links a:hover {
|
| 88 |
+
border-bottom-color: #f8fafc;
|
| 89 |
}
|
| 90 |
|
| 91 |
+
/* ===== SKILLS : GLASS CHIPS ===== */
|
| 92 |
.skills {
|
| 93 |
display: flex;
|
| 94 |
flex-wrap: wrap;
|
| 95 |
+
gap: 16px;
|
| 96 |
}
|
| 97 |
|
| 98 |
.skills span {
|
| 99 |
+
padding: 12px 26px;
|
| 100 |
border-radius: 999px;
|
| 101 |
+
background: rgba(255,255,255,0.18);
|
| 102 |
+
backdrop-filter: blur(20px);
|
| 103 |
+
border: 1px solid rgba(255,255,255,0.35);
|
| 104 |
+
font-size: 13px;
|
| 105 |
+
letter-spacing: 0.5px;
|
| 106 |
+
color: #f1f5f9;
|
|
|
|
| 107 |
}
|
| 108 |
|
| 109 |
+
/* ===== PROJECT ===== */
|
| 110 |
.project {
|
| 111 |
+
margin-top: 40px;
|
| 112 |
+
padding: 38px;
|
| 113 |
+
border-radius: 30px;
|
| 114 |
+
background: rgba(255,255,255,0.16);
|
| 115 |
+
backdrop-filter: blur(30px);
|
| 116 |
+
border: 1px solid rgba(255,255,255,0.35);
|
|
|
|
|
|
|
| 117 |
}
|
| 118 |
|
| 119 |
.project h3 {
|
| 120 |
font-size: 20px;
|
| 121 |
+
font-weight: 500;
|
| 122 |
margin-bottom: 10px;
|
| 123 |
+
color: #f8fafc;
|
| 124 |
}
|
| 125 |
|
| 126 |
+
/* ===== PROJECT BUTTON : LUXURY ===== */
|
| 127 |
.project-btn {
|
| 128 |
display: inline-block;
|
| 129 |
+
margin-top: 26px;
|
| 130 |
+
padding: 16px 44px;
|
| 131 |
border-radius: 999px;
|
| 132 |
|
| 133 |
+
background: rgba(255,255,255,0.85);
|
| 134 |
+
color: #0a0d12;
|
|
|
|
|
|
|
|
|
|
| 135 |
|
| 136 |
+
font-size: 13px;
|
| 137 |
+
letter-spacing: 2px;
|
| 138 |
+
font-weight: 600;
|
| 139 |
text-decoration: none;
|
| 140 |
|
| 141 |
+
transition: 0.5s ease;
|
| 142 |
}
|
| 143 |
|
| 144 |
.project-btn:hover {
|
| 145 |
transform: scale(1.08);
|
| 146 |
+
background: #ffffff;
|
| 147 |
}
|
| 148 |
|
| 149 |
/* ===== FOOTER ===== */
|
| 150 |
footer {
|
| 151 |
text-align: center;
|
| 152 |
+
font-size: 12px;
|
| 153 |
+
opacity: 0.55;
|
| 154 |
+
margin-bottom: 50px;
|
| 155 |
}
|